summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/proxy/TestI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/proxy/TestI.cpp')
-rw-r--r--cpp/test/Ice/proxy/TestI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/proxy/TestI.cpp b/cpp/test/Ice/proxy/TestI.cpp
index bc4a2ff971f..afc666b0ef7 100644
--- a/cpp/test/Ice/proxy/TestI.cpp
+++ b/cpp/test/Ice/proxy/TestI.cpp
@@ -48,7 +48,7 @@ bool
MyDerivedClassI::ice_isA(string s, const Ice::Current& current) const
{
_ctx = current.ctx;
- return Test::MyDerivedClassDisp::ice_isA(move(s), current);
+ return Test::MyDerivedClass::ice_isA(move(s), current);
}
#else
bool