]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Fix linux compilation error ( macros MESSAGE )
authorabd <abd@opencascade.com>
Tue, 8 Aug 2006 07:58:30 +0000 (07:58 +0000)
committerabd <abd@opencascade.com>
Tue, 8 Aug 2006 07:58:30 +0000 (07:58 +0000)
src/TOOLSGUI/ToolsGUI_RegWidget.cxx

index d09dc183014dfe8637b1a96f0f0fa5a8c1bb522d..f5cc93c3545e6df210dae7d74afa37f0478b0e13 100755 (executable)
@@ -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 ) ;