summaryrefslogtreecommitdiff
path: root/cpp/demo/Freeze/bench/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/Freeze/bench/Client.cpp')
-rw-r--r--cpp/demo/Freeze/bench/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Freeze/bench/Client.cpp b/cpp/demo/Freeze/bench/Client.cpp
index 24915169313..5079fdfecd9 100644
--- a/cpp/demo/Freeze/bench/Client.cpp
+++ b/cpp/demo/Freeze/bench/Client.cpp
@@ -482,7 +482,7 @@ private:
};
TestApp::TestApp(const string& envName) :
- Application(Ice::NoSignalHandling),
+ Ice::Application(Ice::NoSignalHandling),
_envName(envName),
_repetitions(10000)
{