X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_hatch.cpp;h=56e4f1e0183a940e537e91fdb8e48c8abcf1374a;hb=d774c2655ba2c3657a565f325411144452392277;hp=36237db4eb51310c7aa8de1a376e4a838dee2bd4;hpb=89e127aa3dbd74d3158e6dbe0ca1703420c04395;p=architektonas diff --git a/src/base/rs_hatch.cpp b/src/base/rs_hatch.cpp index 36237db..56e4f1e 100644 --- a/src/base/rs_hatch.cpp +++ b/src/base/rs_hatch.cpp @@ -15,12 +15,12 @@ #include "rs_hatch.h" #include -#include "rs_graphicview.h" #include "drawing.h" +#include "graphicview.h" #include "rs_information.h" +#include "paintinterface.h" #include "rs_pattern.h" #include "rs_patternlist.h" -#include "paintintf.h" /** * Constructor. @@ -576,8 +576,7 @@ void RS_Hatch::activateContour(bool on) /** * Overrides drawing of subentities. This is only ever called for solid fills. */ -//void RS_Hatch::draw(RS_Painter* painter, RS_GraphicView* view, -void RS_Hatch::draw(PaintInterface * painter, RS_GraphicView * view, double /*patternOffset*/) +void RS_Hatch::draw(PaintInterface * painter, GraphicView * view, double /*patternOffset*/) { if (!data.solid) {