Skip to content

Commit

Permalink
DEBUG: inherit from UMemory ...
Browse files Browse the repository at this point in the history
  • Loading branch information
roubert committed Dec 30, 2024
1 parent d8b4731 commit a588558
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion icu4c/source/tools/ctestfw/unicode/testlog.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <string_view>
#include "unicode/errorcode.h"
#include "unicode/unistr.h"
#include "unicode/uobject.h"
#include "unicode/utypes.h"
#include "unicode/testtype.h"

Expand All @@ -37,7 +38,7 @@ class T_CTEST_EXPORT_API TestLog {
// unit tests that work without U_SHOW_CPLUSPLUS_API.
// So instead we *copy* the ErrorCode API.

class T_CTEST_EXPORT_API IcuTestErrorCode {
class T_CTEST_EXPORT_API IcuTestErrorCode : public UMemory {
public:
IcuTestErrorCode(const IcuTestErrorCode&) = delete;
IcuTestErrorCode& operator=(const IcuTestErrorCode&) = delete;
Expand Down

0 comments on commit a588558

Please sign in to comment.