summaryrefslogtreecommitdiff
path: root/cpp/demo/IceBox/hello/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/IceBox/hello/Client.cpp')
-rw-r--r--cpp/demo/IceBox/hello/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/IceBox/hello/Client.cpp b/cpp/demo/IceBox/hello/Client.cpp
index d736523e1f9..348f09ef233 100644
--- a/cpp/demo/IceBox/hello/Client.cpp
+++ b/cpp/demo/IceBox/hello/Client.cpp
@@ -38,7 +38,7 @@ HelloClient::HelloClient() :
// Since this is an interactive demo we don't want any signal
// handling.
//
- Application(Ice::NoSignalHandling)
+ Ice::Application(Ice::NoSignalHandling)
{
}