summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Adapter_Activator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Adapter_Activator.cpp')
-rw-r--r--TAO/tao/PortableServer/Adapter_Activator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/Adapter_Activator.cpp b/TAO/tao/PortableServer/Adapter_Activator.cpp
index 1a36cac5f5d..91820c955f9 100644
--- a/TAO/tao/PortableServer/Adapter_Activator.cpp
+++ b/TAO/tao/PortableServer/Adapter_Activator.cpp
@@ -43,7 +43,7 @@ namespace TAO
{
child->the_activator (this);
}
- catch ( ::CORBA::Exception&)
+ catch (const ::CORBA::Exception&)
{
(void) child->destroy (1,
1);