X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_creation.cpp;h=e57b90342bbba225c1dfdd9531e96f232549f2de;hb=d774c2655ba2c3657a565f325411144452392277;hp=a8a14e078afab4cc2a9b81f35a14e195547a88e4;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;p=architektonas diff --git a/src/base/rs_creation.cpp b/src/base/rs_creation.cpp index a8a14e0..e57b903 100644 --- a/src/base/rs_creation.cpp +++ b/src/base/rs_creation.cpp @@ -16,7 +16,7 @@ #include "rs_constructionline.h" #include "drawing.h" -#include "rs_graphicview.h" +#include "graphicview.h" #include "rs_image.h" #include "rs_information.h" #include "rs_insert.h" @@ -30,7 +30,7 @@ * entities. Usually that's an Drawing entity but * it can also be a polyline, text, ... */ -RS_Creation::RS_Creation(RS_EntityContainer * container, RS_GraphicView * graphicView, +RS_Creation::RS_Creation(RS_EntityContainer * container, GraphicView * graphicView, bool handleUndo) { this->container = container;