summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/invoke/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/invoke/Client.cpp')
-rw-r--r--cpp/test/Ice/invoke/Client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/invoke/Client.cpp b/cpp/test/Ice/invoke/Client.cpp
index 946c3d17b03..f2d45cb2990 100644
--- a/cpp/test/Ice/invoke/Client.cpp
+++ b/cpp/test/Ice/invoke/Client.cpp
@@ -20,8 +20,8 @@ run(int, char**,
const Ice::CommunicatorPtr& communicator,
const Ice::InitializationData&)
{
- Test::MyClassPrx allTests(const Ice::CommunicatorPtr&);
- Test::MyClassPrx myClass = allTests(communicator);
+ Test::MyClassPrxPtr allTests(const Ice::CommunicatorPtr&);
+ Test::MyClassPrxPtr myClass = allTests(communicator);
myClass->shutdown();