mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 21:30:35 +05:00
Remove compilation warning
This commit is contained in:
parent
19d95d1426
commit
d54614fd64
@ -59,8 +59,8 @@ public:
|
||||
* \brief Return the name of the python file wrapping IDL API
|
||||
* \retval TCollection_AsciiString - The file name
|
||||
*/
|
||||
static char* SmeshpyName() { return "smesh"; }
|
||||
static char* GenName() { return "smesh.smesh"; }
|
||||
static const char* SmeshpyName() { return "smesh"; }
|
||||
static const char* GenName() { return "smesh.smesh"; }
|
||||
};
|
||||
|
||||
namespace SMESH
|
||||
@ -150,8 +150,8 @@ namespace SMESH
|
||||
TPythonDump&
|
||||
operator<<(const SMESH::ListOfGroups * theList);
|
||||
|
||||
static char* SMESHGenName() { return "smeshgen"; }
|
||||
static char* MeshEditorName() { return "mesh_editor"; }
|
||||
static const char* SMESHGenName() { return "smeshgen"; }
|
||||
static const char* MeshEditorName() { return "mesh_editor"; }
|
||||
|
||||
/*!
|
||||
* \brief Return marker of long string literal beginning
|
||||
|
Loading…
Reference in New Issue
Block a user