X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_point.h;h=e25c25bf7a392c76631d01ed0645c74123ab8fc2;hb=d774c2655ba2c3657a565f325411144452392277;hp=be314e0f42d942292a7b777aa3eff0c4426fd929;hpb=89e127aa3dbd74d3158e6dbe0ca1703420c04395;p=architektonas diff --git a/src/base/rs_point.h b/src/base/rs_point.h index be314e0..e25c25b 100644 --- a/src/base/rs_point.h +++ b/src/base/rs_point.h @@ -56,9 +56,7 @@ class RS_Point: public RS_AtomicEntity virtual void rotate(Vector center, double angle); virtual void scale(Vector center, Vector factor); virtual void mirror(Vector axisPoint1, Vector axisPoint2); - -// virtual void draw(RS_Painter * painter, RS_GraphicView * view, double patternOffset = 0.0); - virtual void draw(PaintInterface * painter, RS_GraphicView * view, double patternOffset = 0.0); + virtual void draw(PaintInterface * painter, GraphicView * view, double patternOffset = 0.0); friend std::ostream & operator<<(std::ostream & os, const RS_Point & p);