summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/acm/AllTests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/acm/AllTests.cpp')
-rw-r--r--cpp/test/Ice/acm/AllTests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/acm/AllTests.cpp b/cpp/test/Ice/acm/AllTests.cpp
index 970ad0711ec..7a1982df020 100644
--- a/cpp/test/Ice/acm/AllTests.cpp
+++ b/cpp/test/Ice/acm/AllTests.cpp
@@ -24,7 +24,7 @@ toString(int value)
return os.str();
}
-class LoggerI : public ICE_ENABLE_SHARED_FROM_THIS(LoggerI),
+class LoggerI : public Ice::EnableSharedFromThis<LoggerI>,
public Ice::Logger,
private IceUtil::Mutex
{