From: vsr Date: Tue, 28 Oct 2014 07:04:19 +0000 (+0300) Subject: Windows portability X-Git-Tag: V7_5_0b1~9 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=1782b3c58c1c45581feaf73563162ad443c7b476 Windows portability --- diff --git a/src/SMESHGUI/SMESHGUI_HypothesesUtils.h b/src/SMESHGUI/SMESHGUI_HypothesesUtils.h index 4e4f4a868..319e329ff 100644 --- a/src/SMESHGUI/SMESHGUI_HypothesesUtils.h +++ b/src/SMESHGUI/SMESHGUI_HypothesesUtils.h @@ -120,8 +120,7 @@ namespace SMESH SMESHGUI_EXPORT // name of proprty saving plug-in of a hypothesis - static const char* Plugin_Name() { return "PLUGIN_NAME"; } - + const char* Plugin_Name() { return "PLUGIN_NAME"; } } #endif // SMESHGUI_HYPOTHESESUTILS_H