Salome HOME
Fix the linux compilation problem
authormpv <mpv@opencascade.com>
Tue, 17 Sep 2019 10:28:25 +0000 (13:28 +0300)
committermpv <mpv@opencascade.com>
Tue, 17 Sep 2019 10:28:25 +0000 (13:28 +0300)
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;