Salome HOME
2.17. Improved management of overconstraint situation: Processing added arguments...
[modules/shaper.git] / src / PartSetPlugin / PartSetPlugin_Part.h
index 0610a68ab3d73429346a73d176cdee4ba09e08cf..242848300acf36be66efb857f624a8c8d6fc9a62 100644 (file)
@@ -56,7 +56,7 @@ class PartSetPlugin_Part : public ModelAPI_CompositeFeature
   virtual int numberOfSubs(bool forTree = false) const;
 
   /// Returns the sub-feature by zero-base index
-  virtual std::shared_ptr<ModelAPI_Feature> subFeature(const int theIndex, bool forTree = false) const;
+  virtual std::shared_ptr<ModelAPI_Feature> subFeature(const int theIndex, bool forTree = false);
 
   /// Returns the sub-feature unique identifier in this composite feature by zero-base index
   virtual int subFeatureId(const int theIndex) const;