X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_line.cpp;h=f67d1089c056e101a979a17490f4cdedef5d22c2;hb=27d4a138d23453e93a833e9347444b828a971cb4;hp=8813b3e699f43b34e078bd6b5a9ce9a1b16d8e40;hpb=89e127aa3dbd74d3158e6dbe0ca1703420c04395;p=architektonas diff --git a/src/base/rs_line.cpp b/src/base/rs_line.cpp index 8813b3e..f67d108 100644 --- a/src/base/rs_line.cpp +++ b/src/base/rs_line.cpp @@ -15,8 +15,9 @@ #include "rs_line.h" #include "rs_debug.h" -#include "rs_graphicview.h" #include "drawing.h" +#include "graphicview.h" +#include "rs_linetypepattern.h" #include "paintintf.h" /** @@ -484,8 +485,7 @@ void RS_Line::moveRef(const Vector& ref, const Vector& offset) } } -//void RS_Line::draw(RS_Painter * painter, RS_GraphicView * view, double patternOffset) -void RS_Line::draw(PaintInterface * painter, RS_GraphicView * view, double patternOffset) +void RS_Line::draw(PaintInterface * painter, GraphicView * view, double patternOffset) { if (painter == NULL || view == NULL) //{