summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3547_Regression/Stock_Quoter_Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_3547_Regression/Stock_Quoter_Client.cpp')
-rw-r--r--TAO/tests/Bug_3547_Regression/Stock_Quoter_Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_3547_Regression/Stock_Quoter_Client.cpp b/TAO/tests/Bug_3547_Regression/Stock_Quoter_Client.cpp
index 87f319ebccc..ee743895467 100644
--- a/TAO/tests/Bug_3547_Regression/Stock_Quoter_Client.cpp
+++ b/TAO/tests/Bug_3547_Regression/Stock_Quoter_Client.cpp
@@ -86,7 +86,7 @@ int ACE_TMAIN (int argc, ACE_TCHAR *argv[])
orb->destroy ();
}
- catch (CORBA::Exception& e)
+ catch (const CORBA::Exception& e)
{
e._tao_print_exception ("Exception caught:");
return 1;