summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/retry/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/retry/Client.cpp')
-rw-r--r--cpp/test/Ice/retry/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/retry/Client.cpp b/cpp/test/Ice/retry/Client.cpp
index 14533937a2a..0c62a4efa9f 100644
--- a/cpp/test/Ice/retry/Client.cpp
+++ b/cpp/test/Ice/retry/Client.cpp
@@ -47,7 +47,7 @@ main(int argc, char* argv[])
initData.properties->setProperty("Ice.PrintStackTraces", "0");
initData.properties->setProperty("Ice.RetryIntervals", "0 1 10 1");
- Ice::CommunicatorHolder ich = Ice::initialize(argc, argv, initData);
+ Ice::CommunicatorHolder ich(argc, argv, initData);
//
// Configure a second communicator for the invocation timeout