Salome HOME
Issue #231 Deletion of a feature
[modules/shaper.git] / src / ModelAPI / ModelAPI_ResultParameters.h
index 2023a7da207649626164a656856abe32219bed2f..3b8bd1535e94112f2a4935ab32f1a00132988fb9 100644 (file)
@@ -1,3 +1,5 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
+
 // File:        ModelAPI_ResultParameters.h
 // Created:     07 Jul 2014
 // Author:      Vitaly SMETANNIKOV
@@ -24,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;