X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factionfilenew.h;h=f3f5eb62bd756e761f4fb4a71d4bacba03a01341;hb=2ee84c5948ede7fc2f7b4435c5edef42a030ac05;hp=a77e0c52e95c2dfed75013acf58cfc13ad71c959;hpb=d774c2655ba2c3657a565f325411144452392277;p=architektonas diff --git a/src/actions/actionfilenew.h b/src/actions/actionfilenew.h index a77e0c5..f3f5eb6 100644 --- a/src/actions/actionfilenew.h +++ b/src/actions/actionfilenew.h @@ -12,7 +12,7 @@ class ActionFileNew: public ActionInterface { public: - ActionFileNew(RS_EntityContainer & container, GraphicView & graphicView); + ActionFileNew(EntityContainer & container, GraphicView & graphicView); ~ActionFileNew(); virtual void init(int status = 0);