diff options
Diffstat (limited to 'cpp/test/IcePack/deployer/Server.cpp')
-rw-r--r-- | cpp/test/IcePack/deployer/Server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IcePack/deployer/Server.cpp b/cpp/test/IcePack/deployer/Server.cpp index 78398ec8a85..6b9b794453c 100644 --- a/cpp/test/IcePack/deployer/Server.cpp +++ b/cpp/test/IcePack/deployer/Server.cpp @@ -27,7 +27,7 @@ public: }; int -::Server::run(int argc, char* argv[]) +Server::run(int argc, char* argv[]) { Ice::PropertiesPtr properties = communicator()->getProperties(); |