Salome HOME
Resolve crashes in the release mode under Debian Squeeze linux
[modules/shaper.git] / src / ModelAPI / ModelAPI_ResultGroup.h
index 8e55134ef7feb0e34f7ea9612d7fe495d2938624..372cea121acec8920b0605e366df77211b96bfeb 100644 (file)
@@ -28,7 +28,7 @@ public:
   }
 
   /// Returns the group identifier of this result
-  static std::string group()
+  inline static std::string group()
   {
     static std::string MY_GROUP = "Groups";
     return MY_GROUP;