Salome HOME
#1404 Random crash with Shaper: AIS presentations: correction for symbol presentations.
[modules/shaper.git] / src / SketcherPrs / SketcherPrs_Middle.h
index 10d22ba868d476c8c413fdda266cf75150b6887c..0ba22c9f9d39753ebd16068c390f017f4be57110 100755 (executable)
@@ -41,7 +41,7 @@ protected:
 
   /// Update myPntArray according to presentation positions
   /// \return true in case of success
-  virtual bool updatePoints(double theStep) const;
+  virtual bool updateIfReadyToDisplay(double theStep) const;
 
   /// Draw shape of the object. Find shape result if the object is feature
   void drawLine(const Handle(Prs3d_Presentation)& thePrs, Quantity_Color theColor,