]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionblocksinsert.cpp
Removed a bunch of cruft...
[architektonas] / src / actions / rs_actionblocksinsert.cpp
index 390485c369794cae00726d92d5033be98700dc03..8e70dfba8bb5c036865feab7132fee7b6e134ff7 100644 (file)
@@ -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)
 {
 }