summaryrefslogtreecommitdiff
path: root/TAO/tao/HTTP_Parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/HTTP_Parser.cpp')
-rw-r--r--TAO/tao/HTTP_Parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/HTTP_Parser.cpp b/TAO/tao/HTTP_Parser.cpp
index 68a127359cb..3453287349e 100644
--- a/TAO/tao/HTTP_Parser.cpp
+++ b/TAO/tao/HTTP_Parser.cpp
@@ -123,7 +123,7 @@ TAO_HTTP_Parser::parse_string (const char *ior,
{
object = orb->string_to_object (string.c_str());
}
- catch ( ::CORBA::Exception&)
+ catch (const ::CORBA::Exception&)
{
throw;
}