From: abd Date: Tue, 8 Aug 2006 07:58:30 +0000 (+0000) Subject: Fix linux compilation error ( macros MESSAGE ) X-Git-Tag: LAST_STABLE_VERSION_21_09_2006_ON_3_2_0~48 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0f52a21bc33cafd413375404c6cd8ae72ecfbd86;p=modules%2Fgui.git Fix linux compilation error ( macros MESSAGE ) --- diff --git a/src/TOOLSGUI/ToolsGUI_RegWidget.cxx b/src/TOOLSGUI/ToolsGUI_RegWidget.cxx index d09dc1830..f5cc93c35 100755 --- a/src/TOOLSGUI/ToolsGUI_RegWidget.cxx +++ b/src/TOOLSGUI/ToolsGUI_RegWidget.cxx @@ -155,7 +155,7 @@ Registry::Components_var MakeRegistry( CORBA::ORB_var &orb ) object = naming.Resolve( registryName ) ; if(CORBA::is_nil(object)) throw CommException( "unable to find the RegistryService" ) ; } - catch( const ServiceUnreachable& ) + catch( const ServiceUnreachable& ex ) { MESSAGE( ex.what() ) exit( EXIT_FAILURE ) ;