From: mpv Date: Tue, 17 Sep 2019 10:28:25 +0000 (+0300) Subject: Fix the linux compilation problem X-Git-Tag: V9_4_0a2~4^2~88 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9017a25af6cd013970f67321f41c1cd32e178204;p=modules%2Fshaper.git Fix the linux compilation problem --- diff --git a/src/Model/Model_AttributeSelection.h b/src/Model/Model_AttributeSelection.h index ce9872768..0e4c0f202 100644 --- a/src/Model/Model_AttributeSelection.h +++ b/src/Model/Model_AttributeSelection.h @@ -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& theConcealers); friend class Model_Data;