summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/proxy/TestAMDI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/proxy/TestAMDI.cpp')
-rw-r--r--cpp/test/Ice/proxy/TestAMDI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/proxy/TestAMDI.cpp b/cpp/test/Ice/proxy/TestAMDI.cpp
index 968ab15ad3a..9def18d0610 100644
--- a/cpp/test/Ice/proxy/TestAMDI.cpp
+++ b/cpp/test/Ice/proxy/TestAMDI.cpp
@@ -50,7 +50,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
void