X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factionfileopen.h;h=b5a241c08d3fabb437d670c9126f4ee3032d4e3e;hb=f62cebc26c7c3af447f0e4e4c43331f8589dce22;hp=8fb26e1adfc04704cc2ebf07ef9ef78a1972fade;hpb=d774c2655ba2c3657a565f325411144452392277;p=architektonas diff --git a/src/actions/actionfileopen.h b/src/actions/actionfileopen.h index 8fb26e1..b5a241c 100644 --- a/src/actions/actionfileopen.h +++ b/src/actions/actionfileopen.h @@ -12,7 +12,7 @@ class ActionFileOpen: public ActionInterface { public: - ActionFileOpen(RS_EntityContainer & container, GraphicView & graphicView); + ActionFileOpen(EntityContainer & container, GraphicView & graphicView); ~ActionFileOpen(); virtual void init(int status = 0);