X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actiondrawellipseaxis.h;h=2aacd5006b07ebb7c18d8eda7b8888c554d72ee4;hb=27d4a138d23453e93a833e9347444b828a971cb4;hp=67796f7312f45d1c971b1152a9017de96b88c07f;hpb=3b479913b79032e514ce8c74ba915c6c91ab0f15;p=architektonas diff --git a/src/actions/rs_actiondrawellipseaxis.h b/src/actions/rs_actiondrawellipseaxis.h index 67796f7..2aacd50 100644 --- a/src/actions/rs_actiondrawellipseaxis.h +++ b/src/actions/rs_actiondrawellipseaxis.h @@ -25,7 +25,7 @@ class RS_ActionDrawEllipseAxis: public RS_PreviewActionInterface }; public: - RS_ActionDrawEllipseAxis(RS_EntityContainer & container, RS_GraphicView & graphicView, bool isArc); + RS_ActionDrawEllipseAxis(RS_EntityContainer & container, GraphicView & graphicView, bool isArc); ~RS_ActionDrawEllipseAxis(); virtual void init(int status = 0);