mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-29 07:50:34 +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
|
* \brief Return the name of the python file wrapping IDL API
|
||||||
* \retval TCollection_AsciiString - The file name
|
* \retval TCollection_AsciiString - The file name
|
||||||
*/
|
*/
|
||||||
static char* SmeshpyName() { return "smesh"; }
|
static const char* SmeshpyName() { return "smesh"; }
|
||||||
static char* GenName() { return "smesh.smesh"; }
|
static const char* GenName() { return "smesh.smesh"; }
|
||||||
};
|
};
|
||||||
|
|
||||||
namespace SMESH
|
namespace SMESH
|
||||||
@ -150,8 +150,8 @@ namespace SMESH
|
|||||||
TPythonDump&
|
TPythonDump&
|
||||||
operator<<(const SMESH::ListOfGroups * theList);
|
operator<<(const SMESH::ListOfGroups * theList);
|
||||||
|
|
||||||
static char* SMESHGenName() { return "smeshgen"; }
|
static const char* SMESHGenName() { return "smeshgen"; }
|
||||||
static char* MeshEditorName() { return "mesh_editor"; }
|
static const char* MeshEditorName() { return "mesh_editor"; }
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \brief Return marker of long string literal beginning
|
* \brief Return marker of long string literal beginning
|
||||||
|
Loading…
Reference in New Issue
Block a user