X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actiondrawellipseaxis.cpp;h=f1c72616d015acefefbf5b9d444c07497a747fd0;hb=f7188d32d0beaef31fc3475be05daea2f018ebec;hp=a262fa12482efedac4e2050ac51d4d21520865a0;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;p=architektonas diff --git a/src/actions/rs_actiondrawellipseaxis.cpp b/src/actions/rs_actiondrawellipseaxis.cpp index a262fa1..f1c7261 100644 --- a/src/actions/rs_actiondrawellipseaxis.cpp +++ b/src/actions/rs_actiondrawellipseaxis.cpp @@ -14,8 +14,9 @@ #include "rs_actiondrawellipseaxis.h" +#include "rs_commandevent.h" #include "rs_dialogfactory.h" -#include "rs_graphicview.h" +#include "graphicview.h" #include "rs_preview.h" /** @@ -24,7 +25,7 @@ * @param isArc true if this action will produce an ellipse arc. * false if it will produce a full ellipse. */ -RS_ActionDrawEllipseAxis::RS_ActionDrawEllipseAxis(RS_EntityContainer & container, RS_GraphicView & graphicView, bool isArc): RS_PreviewActionInterface("Draw ellipse with axis", +RS_ActionDrawEllipseAxis::RS_ActionDrawEllipseAxis(RS_EntityContainer & container, GraphicView & graphicView, bool isArc): RS_PreviewActionInterface("Draw ellipse with axis", container, graphicView) { this->isArc = isArc;