summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/deployer/Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceGrid/deployer/Server.cpp')
-rw-r--r--cpp/test/IceGrid/deployer/Server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/deployer/Server.cpp b/cpp/test/IceGrid/deployer/Server.cpp
index 91589d0fda9..3f731848996 100644
--- a/cpp/test/IceGrid/deployer/Server.cpp
+++ b/cpp/test/IceGrid/deployer/Server.cpp
@@ -41,7 +41,7 @@ Server::run(int argc, char* argv[])
}
adapter = communicator()->createObjectAdapter("Server");
- Ice::ObjectPtr object = new TestI(adapter, properties);
+ Ice::ObjectPtr object = new TestI(properties);
adapter->add(object, communicator()->stringToIdentity(name));
shutdownOnInterrupt();