diff options
Diffstat (limited to 'cpp/demo/Ice/hello/Client.cpp')
-rw-r--r-- | cpp/demo/Ice/hello/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/hello/Client.cpp b/cpp/demo/Ice/hello/Client.cpp index f4278f048bf..366d93fc9ca 100644 --- a/cpp/demo/Ice/hello/Client.cpp +++ b/cpp/demo/Ice/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) { } |