]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_Feature.h
Salome HOME
Resolve crashes in the release mode under Debian Squeeze linux
[modules/shaper.git] / src / ModelAPI / ModelAPI_Feature.h
index 452686cdb20906749a9c312f2a720c0a32121adc..a8ce3e94cda1384a69e36b844a3eacfcf6d0d80f 100644 (file)
@@ -31,7 +31,7 @@ class ModelAPI_Feature : public ModelAPI_Object
   virtual const std::string& getKind() = 0;
 
   /// Returns the group identifier of all features
-  static std::string group()
+  inline static std::string group()
   {
     static std::string MY_GROUP = "Features";
     return MY_GROUP;