diff options
Diffstat (limited to 'cpp/src/IceGrid/WellKnownObjectsManager.cpp')
-rw-r--r-- | cpp/src/IceGrid/WellKnownObjectsManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/WellKnownObjectsManager.cpp b/cpp/src/IceGrid/WellKnownObjectsManager.cpp index 4a8c5d0a4a0..20974539dd0 100644 --- a/cpp/src/IceGrid/WellKnownObjectsManager.cpp +++ b/cpp/src/IceGrid/WellKnownObjectsManager.cpp @@ -113,7 +113,7 @@ WellKnownObjectsManager::updateReplicatedWellKnownObjects() objects.push_back(info); id.name = "LocatorRegistry"; - info.type = Ice::Locator::ice_staticId(); + info.type = Ice::LocatorRegistry::ice_staticId(); info.proxy = _database->getReplicaCache().getEndpoints("Server", _endpoints["Server"])->ice_identity(id); objects.push_back(info); |