]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_AttributeSelection.h
Salome HOME
Fix for #21537 : Dumped file not loadable
[modules/shaper.git] / src / Model / Model_AttributeSelection.h
index 0b1af7181804e48893d34995253c16bd8698d9db..193f2d1dde31ebe410a0ab1c243a69aae5cb9362 100644 (file)
@@ -209,7 +209,8 @@ protected:
   /// theResultOfFeature if not null defines exact referenced result of a feature
   void concealedFeature(
     const FeaturePtr theFeature, const FeaturePtr theStop, const bool theCheckCopy,
-    std::list<FeaturePtr>& theConcealers, const ResultPtr theResultOfFeature);
+    std::list<FeaturePtr>& theConcealers, const ResultPtr theResultOfFeature,
+    const bool theCheckWholeFeature = false);
 
   friend class Model_Data;
   friend class Model_AttributeSelectionList;