diff options
Diffstat (limited to 'TAO/tao/FILE_Parser.cpp')
-rw-r--r-- | TAO/tao/FILE_Parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/FILE_Parser.cpp b/TAO/tao/FILE_Parser.cpp index 479f06a2d5c..6f9db22679c 100644 --- a/TAO/tao/FILE_Parser.cpp +++ b/TAO/tao/FILE_Parser.cpp @@ -65,7 +65,7 @@ TAO_FILE_Parser::parse_string (const char *ior, reader.alloc ()->free (string); } - catch ( ::CORBA::Exception&) + catch (const ::CORBA::Exception&) { reader.alloc ()->free (string); throw; |