X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factionzoomauto.h;h=22f6c9d920bc042439dbce23f966c2e5cf1b500f;hb=2ee84c5948ede7fc2f7b4435c5edef42a030ac05;hp=d9c7cba09b48cb2a286cd7c15dfc56a0c51fe24a;hpb=d774c2655ba2c3657a565f325411144452392277;p=architektonas diff --git a/src/actions/actionzoomauto.h b/src/actions/actionzoomauto.h index d9c7cba..22f6c9d 100644 --- a/src/actions/actionzoomauto.h +++ b/src/actions/actionzoomauto.h @@ -12,7 +12,7 @@ class ActionZoomAuto: public ActionInterface { public: - ActionZoomAuto(RS_EntityContainer & container, GraphicView & graphicView, bool keepAspectRatio = true); + ActionZoomAuto(EntityContainer & container, GraphicView & graphicView, bool keepAspectRatio = true); ~ActionZoomAuto(); virtual void init(int status = 0);