summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/PluginManagerI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/PluginManagerI.cpp')
-rw-r--r--cpp/src/Ice/PluginManagerI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/PluginManagerI.cpp b/cpp/src/Ice/PluginManagerI.cpp
index c585dab36f1..c100901bf04 100644
--- a/cpp/src/Ice/PluginManagerI.cpp
+++ b/cpp/src/Ice/PluginManagerI.cpp
@@ -165,7 +165,7 @@ Ice::PluginManagerI::loadPlugin(const string& name, const string& entryPoint, co
{
info.plugin = factory(_instance->communicator(), name, args);
}
- catch (const Exception& ex)
+ catch(const Exception& ex)
{
//
// Do NOT propagate the exception from the entry point,