X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionzoomauto.h;h=2f7411a256bef3f60ced1d7db3ef92c34cf3cd97;hb=be33e866f2121c48db93e06d743c5ae3826c1948;hp=73d5437a378f907ac01dc0cb7452464c7199992a;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;p=architektonas diff --git a/src/actions/rs_actionzoomauto.h b/src/actions/rs_actionzoomauto.h index 73d5437..2f7411a 100644 --- a/src/actions/rs_actionzoomauto.h +++ b/src/actions/rs_actionzoomauto.h @@ -11,7 +11,7 @@ class RS_ActionZoomAuto: public RS_ActionInterface { public: - RS_ActionZoomAuto(RS_EntityContainer & container, RS_GraphicView & graphicView, bool keepAspectRatio = true); + RS_ActionZoomAuto(RS_EntityContainer & container, GraphicView & graphicView, bool keepAspectRatio = true); ~RS_ActionZoomAuto(); virtual void init(int status = 0);