Salome HOME
Issue #1535 crash when mirror: debug information
[modules/shaper.git] / src / SketcherPrs / SketcherPrs_Transformation.cpp
index d9dc0ab7fe38d05ef68343014733d17bfa721ee8..e4a4899ffef79ba0ba1ca34292bd270ac2d32994 100644 (file)
@@ -69,7 +69,7 @@ bool SketcherPrs_Transformation::IsReadyToDisplay(ModelAPI_Feature* theConstrain
   return aReadyToDisplay;
 }
 
-bool SketcherPrs_Transformation::updatePoints(double theStep) const 
+bool SketcherPrs_Transformation::updateIfReadyToDisplay(double theStep) const 
 {
   if (!IsReadyToDisplay(myConstraint, myPlane))
     return false;