diff options
Diffstat (limited to 'cpp/test/Ice/retry/Collocated.cpp')
-rw-r--r-- | cpp/test/Ice/retry/Collocated.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/retry/Collocated.cpp b/cpp/test/Ice/retry/Collocated.cpp index 5281ccef5a0..9a94472a399 100644 --- a/cpp/test/Ice/retry/Collocated.cpp +++ b/cpp/test/Ice/retry/Collocated.cpp @@ -57,7 +57,7 @@ main(int argc, char* argv[]) initData.properties->setProperty("Ice.Warn.Connections", "0"); initData.properties->setProperty("Ice.Warn.Dispatch", "0"); - Ice::CommunicatorHolder ich = Ice::initialize(argc, argv, initData); + Ice::CommunicatorHolder ich(argc, argv, initData); // // Configure a second communicator for the invocation timeout |