summaryrefslogtreecommitdiff
path: root/cpp/src/iceserviceinstall/Install.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/iceserviceinstall/Install.cpp')
-rw-r--r--cpp/src/iceserviceinstall/Install.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/iceserviceinstall/Install.cpp b/cpp/src/iceserviceinstall/Install.cpp
index 7f25ecb7058..a509817f5b3 100644
--- a/cpp/src/iceserviceinstall/Install.cpp
+++ b/cpp/src/iceserviceinstall/Install.cpp
@@ -31,7 +31,7 @@ wmain(int argc, wchar_t* argv[])
try
{
- Ice::CtrlCHandler ctrlCHandler;
+ IceUtil::CtrlCHandler ctrlCHandler;
Ice::InitializationData id;
id.properties = Ice::createProperties();
id.properties->setProperty("Ice.Plugin.IceSSL", "IceSSL:createIceSSL");