]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMESHUtils/SMESH_TryCatch.hxx
Salome HOME
PR: fix previous commit
[modules/smesh.git] / src / SMESHUtils / SMESH_TryCatch.hxx
index f8e2fe2ada066905eaf5ea5507dde199fd49390b..8f1746c8377486318364675864dd108409ae0b7b 100644 (file)
 namespace SMESH
 {
   void throwSalomeEx(const char* txt);
-  inline void doNothing(const char* txt);
+  void doNothing(const char* txt);
 }
 
 #endif