summaryrefslogtreecommitdiff
path: root/TAO/tao/PI/PI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PI/PI.cpp')
-rw-r--r--TAO/tao/PI/PI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/PI/PI.cpp b/TAO/tao/PI/PI.cpp
index 35e4022e65f..87f37f55389 100644
--- a/TAO/tao/PI/PI.cpp
+++ b/TAO/tao/PI/PI.cpp
@@ -52,7 +52,7 @@ TAO_PI_Init::Initializer (void)
PortableInterceptor::register_orb_initializer (orb_initializer.in ()
);
}
- catch ( ::CORBA::Exception& ex)
+ catch (const ::CORBA::Exception& ex)
{
if (TAO_debug_level > 0)
{