diff options
Diffstat (limited to 'cpp/demo/IcePack/hello/Server.cpp')
-rw-r--r-- | cpp/demo/IcePack/hello/Server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/IcePack/hello/Server.cpp b/cpp/demo/IcePack/hello/Server.cpp index a4de529f4ae..2e2a0089fa7 100644 --- a/cpp/demo/IcePack/hello/Server.cpp +++ b/cpp/demo/IcePack/hello/Server.cpp @@ -26,7 +26,7 @@ public: }; int -::Server::run(int argc, char* argv[]) +Server::run(int argc, char* argv[]) { Ice::ObjectAdapterPtr adapter = communicator()->createObjectAdapter("Hello"); |