Windows portability: additional fix to previous commit

This commit is contained in:
vsr 2014-10-28 15:23:39 +03:00
parent 1782b3c58c
commit dba2484945

View File

@ -120,7 +120,7 @@ namespace SMESH
SMESHGUI_EXPORT
// name of proprty saving plug-in of a hypothesis
const char* Plugin_Name() { return "PLUGIN_NAME"; }
inline const char* Plugin_Name() { return "PLUGIN_NAME"; }
}
#endif // SMESHGUI_HYPOTHESESUTILS_H