summaryrefslogtreecommitdiff
path: root/cpp/src/iceserviceinstall/ServiceInstaller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/iceserviceinstall/ServiceInstaller.cpp')
-rw-r--r--cpp/src/iceserviceinstall/ServiceInstaller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/iceserviceinstall/ServiceInstaller.cpp b/cpp/src/iceserviceinstall/ServiceInstaller.cpp
index 7fddc88f59c..20178ea72c8 100644
--- a/cpp/src/iceserviceinstall/ServiceInstaller.cpp
+++ b/cpp/src/iceserviceinstall/ServiceInstaller.cpp
@@ -64,7 +64,7 @@ IceServiceInstaller::IceServiceInstaller(int serviceType, const string& configFi
}
else
{
- Ice::LocatorPrx defaultLocator = LocatorPrx::uncheckedCast(
+ Ice::LocatorPrx defaultLocator = LocatorPrx::uncheckedCast(
_communicator->stringToProxy(_serviceProperties->getProperty("Ice.Default.Locator")));
if(defaultLocator != 0)
{