]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actiondrawlinepolygon2.cpp
Refactored CAD tool bars to use predefined actions.
[architektonas] / src / actions / rs_actiondrawlinepolygon2.cpp
index 8e260612bbab92ff3a9fd93972d7efe79e921608..fb783d61f98746b37c4151a6708c295a6e8372dd 100644 (file)
 
 #include "rs_actiondrawlinepolygon2.h"
 
+#include "rs_commandevent.h"
 #include "rs_creation.h"
 #include "rs_dialogfactory.h"
-#include "rs_graphicview.h"
+#include "graphicview.h"
 #include "rs_preview.h"
 
-RS_ActionDrawLinePolygon2::RS_ActionDrawLinePolygon2(RS_EntityContainer & container, RS_GraphicView & graphicView): RS_PreviewActionInterface("Draw Polygons",
+RS_ActionDrawLinePolygon2::RS_ActionDrawLinePolygon2(RS_EntityContainer & container, GraphicView & graphicView): RS_PreviewActionInterface("Draw Polygons",
                container, graphicView)
 {
        corner1 = Vector(false);