X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FXTPlugin_IOperations.cxx;fp=src%2FXTPlugin_IOperations.cxx;h=8d6a7acee24428205bdeaeafe7b143d347ab3403;hb=e8d28b8ffb9f4e894e0db9d964fde25daa793bed;hp=04839db01c68d9a836c30c7a45921721d9a3d248;hpb=1b06b3b87d3d8bff6fabce967b12e1b582d9ced1;p=plugins%2Fxtplugin.git diff --git a/src/XTPlugin_IOperations.cxx b/src/XTPlugin_IOperations.cxx index 04839db..8d6a7ac 100644 --- a/src/XTPlugin_IOperations.cxx +++ b/src/XTPlugin_IOperations.cxx @@ -95,9 +95,8 @@ XTPlugin_IOperations::ImportXT( const TCollection_AsciiString& theFileName ) // Greate material groups. //MakeMaterialGroups( anImported, aSeq ); } - catch( Standard_Failure ) { - Handle(Standard_Failure) aFail = Standard_Failure::Caught(); - SetErrorCode( aFail->GetMessageString() ); + catch( Standard_Failure& aFail ) { + SetErrorCode( aFail.GetMessageString() ); return NULL; }