Salome HOME
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
[modules/shaper.git] / src / ModelAPI / ModelAPI_ResultParameters.h
index f9ed62ecb62c8be72018bc9cb91ed137bd83d580..3b8bd1535e94112f2a4935ab32f1a00132988fb9 100644 (file)
@@ -26,7 +26,7 @@ class ModelAPI_ResultParameters : public ModelAPI_Result
   }
 
   /// Returns the group identifier of this result
-  static std::string group()
+  inline static std::string group()
   {
     static std::string MY_GROUP = "Parameters";
     return MY_GROUP;