]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchSolver/SketchSolver_Group.cpp
Salome HOME
Task #2997: Show objects with DoF
[modules/shaper.git] / src / SketchSolver / SketchSolver_Group.cpp
index 2662f564de0453be83fbed8d288390117bf776cd..96c0a29687a66e1008520dd4d398e5244df9ce18 100644 (file)
@@ -497,7 +497,7 @@ bool SketchSolver_Group::areConstraintsValid() const
   return true;
 }
 
-void SketchSolver_Group::underconstrainedFeatures(std::set<FeaturePtr>& theFeatures) const
+void SketchSolver_Group::underconstrainedFeatures(std::set<ObjectPtr>& theFeatures) const
 {
   myStorage->getUnderconstrainedGeometry(theFeatures);
 }