diff options
Diffstat (limited to 'cpp/demo/IceBox/hello/Client.cpp')
-rw-r--r-- | cpp/demo/IceBox/hello/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/IceBox/hello/Client.cpp b/cpp/demo/IceBox/hello/Client.cpp index 6f0f81d99be..d8d0a3792aa 100644 --- a/cpp/demo/IceBox/hello/Client.cpp +++ b/cpp/demo/IceBox/hello/Client.cpp @@ -28,7 +28,7 @@ int main(int argc, char* argv[]) { HelloClient app; - return app.main(argc, argv, "config"); + return app.main(argc, argv, "config.client"); } void |