Remove compilation warning

This commit is contained in:
ptv 2008-12-01 12:13:47 +00:00
parent 19d95d1426
commit d54614fd64

View File

@ -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