Salome HOME
Windows portability: additional fix to previous commit
authorvsr <vsr@opencascade.com>
Tue, 28 Oct 2014 12:23:39 +0000 (15:23 +0300)
committervsr <vsr@opencascade.com>
Tue, 28 Oct 2014 12:23:39 +0000 (15:23 +0300)
src/SMESHGUI/SMESHGUI_HypothesesUtils.h

index 319e329fff3dc059c6998fa65a05a3e473f9c112..8768e07112e19d35bd31c137facdb367aef08e3f 100644 (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