mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-05 17:44:17 +05:00
PR: fix previous commit
This commit is contained in:
parent
2cb5a0ee33
commit
2af758c692
@ -21,14 +21,12 @@
|
||||
|
||||
#include "SMESH_TryCatch.hxx"
|
||||
|
||||
using namespace SMESH;
|
||||
|
||||
void throwSalomeEx(const char* txt)
|
||||
void SMESH::throwSalomeEx(const char* txt)
|
||||
{
|
||||
throw SALOME_Exception( txt );
|
||||
}
|
||||
|
||||
inline void doNothing(const char* txt)
|
||||
void SMESH::doNothing(const char* txt)
|
||||
{
|
||||
MESSAGE( txt << " " << __FILE__ << ": " << __LINE__ );
|
||||
}
|
||||
|
@ -103,7 +103,7 @@
|
||||
namespace SMESH
|
||||
{
|
||||
void throwSalomeEx(const char* txt);
|
||||
inline void doNothing(const char* txt);
|
||||
void doNothing(const char* txt);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user