]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_Object.h
Salome HOME
Refactoring: static constants are replaced by inline functions in:
[modules/shaper.git] / src / Model / Model_Object.h
index 73975bc28e24dc91130eca9172c0bd5ad0ee707d..1de923837a7444b5aec92c3148e3ee7a5fee3a9e 100644 (file)
@@ -35,7 +35,7 @@ public:
   MODEL_EXPORT virtual const std::string& getKind() {return myRef->getKind();}
 
   /// Returns to which group in the document must be added feature
-  MODEL_EXPORT virtual const std::string& getGroup() {return FEATURES_GROUP;}
+  MODEL_EXPORT virtual const std::string& getGroup() {return ModelAPI_Document::FEATURES_GROUP();}
 
   /// Returns document this feature belongs to
   MODEL_EXPORT virtual boost::shared_ptr<ModelAPI_Document> document()