]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionblockscreate.cpp
Removed a bunch of cruft...
[architektonas] / src / actions / rs_actionblockscreate.cpp
index 70f57d0e5b8bb95c16deeef9d9df3e02c8545ce3..30e7a397c7abdfc82c94992e64ea174ff844329d 100644 (file)
 
 #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);
 }