X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionblocksinsert.cpp;h=8e70dfba8bb5c036865feab7132fee7b6e134ff7;hb=be33e866f2121c48db93e06d743c5ae3826c1948;hp=390485c369794cae00726d92d5033be98700dc03;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;p=architektonas diff --git a/src/actions/rs_actionblocksinsert.cpp b/src/actions/rs_actionblocksinsert.cpp index 390485c..8e70dfb 100644 --- a/src/actions/rs_actionblocksinsert.cpp +++ b/src/actions/rs_actionblocksinsert.cpp @@ -16,6 +16,7 @@ #include "rs_actionblocksinsert.h" #include "commands.h" +#include "rs_commandevent.h" #include "rs_creation.h" #include "rs_dialogfactory.h" #include "rs_modification.h" @@ -24,7 +25,7 @@ /** * Constructor. */ -RS_ActionBlocksInsert::RS_ActionBlocksInsert(RS_EntityContainer & container, RS_GraphicView & graphicView): RS_PreviewActionInterface("Blocks Insert", +RS_ActionBlocksInsert::RS_ActionBlocksInsert(RS_EntityContainer & container, GraphicView & graphicView): RS_PreviewActionInterface("Blocks Insert", container, graphicView) { }