X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factionzoomin.h;h=1837fa8ca5d6ac39efce2b6f00c818127f1da79e;hb=5adb444f3e523d3fd028617ced72d1ea6661db21;hp=23de8d72948e45d5a1de9e9701f1d98234ee1d97;hpb=d774c2655ba2c3657a565f325411144452392277;p=architektonas diff --git a/src/actions/actionzoomin.h b/src/actions/actionzoomin.h index 23de8d7..1837fa8 100644 --- a/src/actions/actionzoomin.h +++ b/src/actions/actionzoomin.h @@ -1,7 +1,7 @@ #ifndef __ACTIONZOOMIN_H__ #define __ACTIONZOOMIN_H__ -#include "rs.h" +#include "enums.h" #include "actioninterface.h" #include "vector.h" @@ -14,7 +14,7 @@ class ActionZoomIn: public ActionInterface { public: - ActionZoomIn(RS_EntityContainer & container, GraphicView & graphicView, RS2::ZoomDirection direction = RS2::In, RS2::Axis axis = RS2::Both, const Vector & center = Vector(false)); + ActionZoomIn(EntityContainer & container, GraphicView & graphicView, RS2::ZoomDirection direction = RS2::In, RS2::Axis axis = RS2::Both, const Vector & center = Vector(false)); ~ActionZoomIn(); virtual void init(int status = 0);