Salome HOME
Issue #631 - Uncatched problem in XML file
[modules/shaper.git] / src / ModelAPI / ModelAPI_Result.h
index dedee45d769f2d11c3687fbd49d5e736b946b2d3..9889e4884d9944dde366728da5b833c9d2ec6702 100644 (file)
@@ -21,6 +21,7 @@ class ModelAPI_Feature;
 class ModelAPI_Result : public ModelAPI_Object
 {
   bool myIsConcealed; ///< the result is concealed from the data tree (referenced by other objects)
+ protected:
   bool myIsDisabled; ///< the result is disabled: removed for the user, but keeps the general info
  public: