diff options
Diffstat (limited to 'cpp/test/Ice/binding/AllTests.cpp')
-rw-r--r-- | cpp/test/Ice/binding/AllTests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/binding/AllTests.cpp b/cpp/test/Ice/binding/AllTests.cpp index 332ff919d3c..cfd6236e73d 100644 --- a/cpp/test/Ice/binding/AllTests.cpp +++ b/cpp/test/Ice/binding/AllTests.cpp @@ -1026,7 +1026,7 @@ allTests(const Ice::CommunicatorPtr& communicator) { Ice::InitializationData clientInitData; clientInitData.properties = *q; - Ice::CommunicatorHolder clientCommunicator = Ice::initialize(clientInitData); + Ice::CommunicatorHolder clientCommunicator(clientInitData); Ice::ObjectPrxPtr prx = clientCommunicator->stringToProxy(strPrx); try { |