summaryrefslogtreecommitdiff
path: root/cpp/demo/IcePack/hello/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/IcePack/hello/Client.cpp')
-rw-r--r--cpp/demo/IcePack/hello/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/IcePack/hello/Client.cpp b/cpp/demo/IcePack/hello/Client.cpp
index a6f2f528276..e787c5a9c9b 100644
--- a/cpp/demo/IcePack/hello/Client.cpp
+++ b/cpp/demo/IcePack/hello/Client.cpp
@@ -163,7 +163,7 @@ main(int argc, char* argv[])
try
{
- Ice::PropertiesPtr properties = Ice::createProperties(argc, argv);
+ Ice::PropertiesPtr properties = Ice::createProperties();
properties->load("config");
communicator = Ice::initializeWithProperties(argc, argv, properties);
status = run(argc, argv, communicator);