From: vsr Date: Tue, 28 Oct 2014 12:23:39 +0000 (+0300) Subject: Windows portability: additional fix to previous commit X-Git-Tag: V7_5_0b1~8 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=dba24849451f408a506e500550926eef5f35ce1b Windows portability: additional fix to previous commit --- diff --git a/src/SMESHGUI/SMESHGUI_HypothesesUtils.h b/src/SMESHGUI/SMESHGUI_HypothesesUtils.h index 319e329ff..8768e0711 100644 --- a/src/SMESHGUI/SMESHGUI_HypothesesUtils.h +++ b/src/SMESHGUI/SMESHGUI_HypothesesUtils.h @@ -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