X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factiondrawhatch.h;h=67229a6b5b5df8bc0f888a738abce044aa953423;hb=e1d1cacbb43055988d0d9db632fdf05c0bea9543;hp=b04c79c55bd86ba91b9c0de336de6f1b67ed08bd;hpb=3239ef39dcee08fa6e8cd68cdf2727fc68cc7a8c;p=architektonas diff --git a/src/actions/actiondrawhatch.h b/src/actions/actiondrawhatch.h index b04c79c..67229a6 100644 --- a/src/actions/actiondrawhatch.h +++ b/src/actions/actiondrawhatch.h @@ -21,7 +21,7 @@ class ActionDrawHatch: public ActionInterface }; public: - ActionDrawHatch(RS_EntityContainer & container, GraphicView & graphicView); + ActionDrawHatch(EntityContainer & container, GraphicView & graphicView); ~ActionDrawHatch(); virtual void init(int status = 0); @@ -33,8 +33,8 @@ class ActionDrawHatch: public ActionInterface virtual void updateToolBar(); private: - RS_HatchData data; - RS_Hatch * hatch; + HatchData data; + Hatch * hatch; }; #endif // __ACTIONDRAWHATCH_H__