]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_AttributeSelection.h
Salome HOME
Fix the linux compilation problem
[modules/shaper.git] / src / Model / Model_AttributeSelection.h
index ce9872768a5a8df63d1ca5da4127303584514414..0e4c0f2023d87765b9fff2ad8bf391715fc989a0 100644 (file)
@@ -203,7 +203,7 @@ protected:
   TDF_Label baseDocumentLab();
 
   /// Returns features that conceals theFeature and located in history before theStop
-  void Model_AttributeSelection::concealedFeature(
+  void concealedFeature(
     const FeaturePtr theFeature, const FeaturePtr theStop, std::list<FeaturePtr>& theConcealers);
 
   friend class Model_Data;