summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3826_Regression/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_3826_Regression/server.cpp')
-rw-r--r--TAO/tests/Bug_3826_Regression/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_3826_Regression/server.cpp b/TAO/tests/Bug_3826_Regression/server.cpp
index 15e8bd4e8fb..ffd0e3ce029 100644
--- a/TAO/tests/Bug_3826_Regression/server.cpp
+++ b/TAO/tests/Bug_3826_Regression/server.cpp
@@ -110,7 +110,7 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
ACE_TEXT ("'-ORBConnectionCacheMax' is applied to the first ")
ACE_TEXT ("ORB only as expected.\n")));
}
- catch (const CORBA::Exception const &ex)
+ catch (const CORBA::Exception& ex)
{
ex._tao_print_exception ("Caught Exception in main:\n");
return 1;