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