X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_hatch.h;h=ba560ed4b3a17ad86655d11f92424bbcc0f186d5;hb=27d4a138d23453e93a833e9347444b828a971cb4;hp=9fea88f309fb5f43320c25bcdb01dc7af68a8426;hpb=16ce54abf01ca3032e42a5bb11a4afcf9014dcca;p=architektonas diff --git a/src/base/rs_hatch.h b/src/base/rs_hatch.h index 9fea88f..ba560ed 100644 --- a/src/base/rs_hatch.h +++ b/src/base/rs_hatch.h @@ -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);