]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchSolver/SketchSolver_Group.h
Salome HOME
Task #2997: Show objects with DoF
[modules/shaper.git] / src / SketchSolver / SketchSolver_Group.h
index e76edf2d23e24eb1c02e3305b40da63da3fcd0a6..45407ddb8f47884f6dbc4efb5a4ede2d0a567a25 100644 (file)
@@ -116,7 +116,7 @@ class SketchSolver_Group
   bool resolveConstraints();
 
   /// \brief Find the list of features, which are not fully constrained.
-  void underconstrainedFeatures(std::set<FeaturePtr>& theFeatures) const;
+  void underconstrainedFeatures(std::set<ObjectPtr>& theFeatures) const;
 
   /// \brief Block or unblock events sent by features in this group
   void blockEvents(bool isBlocked);