diff options
Diffstat (limited to 'cpp/src/IceGrid/LocatorI.cpp')
-rw-r--r-- | cpp/src/IceGrid/LocatorI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/LocatorI.cpp b/cpp/src/IceGrid/LocatorI.cpp index e7d34802386..0a0add3df0d 100644 --- a/cpp/src/IceGrid/LocatorI.cpp +++ b/cpp/src/IceGrid/LocatorI.cpp @@ -113,7 +113,7 @@ public: { ex.ice_throw(); } - catch(Ice::AdapterNotFoundException&) + catch(const Ice::AdapterNotFoundException&) { // // We couldn't find the adapter, we ignore and return the |