X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionzoomin.h;h=4dbd693d323cc3d7051c2928809710a1d2d55e1a;hb=f7188d32d0beaef31fc3475be05daea2f018ebec;hp=68abaebb44640e5a55854ef71923db18c4f1dabc;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;p=architektonas diff --git a/src/actions/rs_actionzoomin.h b/src/actions/rs_actionzoomin.h index 68abaeb..4dbd693 100644 --- a/src/actions/rs_actionzoomin.h +++ b/src/actions/rs_actionzoomin.h @@ -13,7 +13,7 @@ class RS_ActionZoomIn: public RS_ActionInterface { public: - RS_ActionZoomIn(RS_EntityContainer & container, RS_GraphicView & graphicView, RS2::ZoomDirection direction = RS2::In, RS2::Axis axis = RS2::Both, const Vector & center = Vector(false)); + RS_ActionZoomIn(RS_EntityContainer & container, GraphicView & graphicView, RS2::ZoomDirection direction = RS2::In, RS2::Axis axis = RS2::Both, const Vector & center = Vector(false)); ~RS_ActionZoomIn(); virtual void init(int status = 0);