X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionblockscreate.cpp;h=30e7a397c7abdfc82c94992e64ea174ff844329d;hb=be33e866f2121c48db93e06d743c5ae3826c1948;hp=70f57d0e5b8bb95c16deeef9d9df3e02c8545ce3;hpb=46a5b82a20219b6d24e6095f56843db3eaa45595;p=architektonas diff --git a/src/actions/rs_actionblockscreate.cpp b/src/actions/rs_actionblockscreate.cpp index 70f57d0..30e7a39 100644 --- a/src/actions/rs_actionblockscreate.cpp +++ b/src/actions/rs_actionblockscreate.cpp @@ -17,13 +17,14 @@ #include "rs_creation.h" #include "rs_dialogfactory.h" +#include "graphicview.h" #include "rs_insert.h" #include "rs_modification.h" /** * Constructor. */ -RS_ActionBlocksCreate::RS_ActionBlocksCreate(RS_EntityContainer & container, RS_GraphicView & graphicView): RS_PreviewActionInterface("Blocks Create", container, graphicView) +RS_ActionBlocksCreate::RS_ActionBlocksCreate(RS_EntityContainer & container, GraphicView & graphicView): RS_PreviewActionInterface("Blocks Create", container, graphicView) { referencePoint = Vector(false); }