diff options
Diffstat (limited to 'cpp/test/Slice/structure/Client.cpp')
-rw-r--r-- | cpp/test/Slice/structure/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Slice/structure/Client.cpp b/cpp/test/Slice/structure/Client.cpp index ff4afe091b0..08df7ace7c7 100644 --- a/cpp/test/Slice/structure/Client.cpp +++ b/cpp/test/Slice/structure/Client.cpp @@ -275,7 +275,7 @@ main(int argc, char* argv[]) { try { - Ice::CommunicatorHolder ich = Ice::initialize(argc, argv); + Ice::CommunicatorHolder ich(argc, argv); return run(ich.communicator()); } catch(const Ice::Exception& ex) |