]> Shamusworld >> Repos - architektonas/blobdiff - src/base/rs_hatch.h
In the middle of major refactoring...
[architektonas] / src / base / rs_hatch.h
index 9fea88f309fb5f43320c25bcdb01dc7af68a8426..ba560ed4b3a17ad86655d11f92424bbcc0f186d5 100644 (file)
@@ -74,10 +74,7 @@ class RS_Hatch: public RS_EntityContainer
                virtual void calculateBorders();
                void update();
                void activateContour(bool on);
-
-       //    virtual void draw(RS_Painter* painter, RS_GraphicView* view,
-               virtual void draw(PaintInterface * painter, RS_GraphicView * view, double patternOffset = 0.0);
-
+               virtual void draw(PaintInterface * painter, GraphicView * view, double patternOffset = 0.0);
                virtual double getLength();
                virtual double getDistanceToPoint(const Vector & coord, RS_Entity ** entity = NULL,
                        RS2::ResolveLevel level = RS2::ResolveNone, double solidDist = RS_MAXDOUBLE);