diff options
Diffstat (limited to 'cpp/test/Ice/dispatcher/Collocated.cpp')
-rw-r--r-- | cpp/test/Ice/dispatcher/Collocated.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/dispatcher/Collocated.cpp b/cpp/test/Ice/dispatcher/Collocated.cpp index a54f6cc1dc7..60b53146b20 100644 --- a/cpp/test/Ice/dispatcher/Collocated.cpp +++ b/cpp/test/Ice/dispatcher/Collocated.cpp @@ -58,7 +58,7 @@ main(int argc, char* argv[]) #else initData.dispatcher = new Dispatcher(); #endif - Ice::CommunicatorHolder ich = Ice::initialize(argc, argv, initData); + Ice::CommunicatorHolder ich(argc, argv, initData); status = run(argc, argv, ich.communicator()); } catch(const Ice::Exception& ex) |