summaryrefslogtreecommitdiff
path: root/TAO/tao/Utils/ORB_Manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Utils/ORB_Manager.cpp')
-rw-r--r--TAO/tao/Utils/ORB_Manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Utils/ORB_Manager.cpp b/TAO/tao/Utils/ORB_Manager.cpp
index b0796f39060..e07ded0d198 100644
--- a/TAO/tao/Utils/ORB_Manager.cpp
+++ b/TAO/tao/Utils/ORB_Manager.cpp
@@ -322,7 +322,7 @@ TAO_ORB_Manager::~TAO_ORB_Manager (void)
);
}
}
- catch ( ::CORBA::Exception&)
+ catch (const ::CORBA::Exception&)
{
// ignore any exceptions..
}