X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factionzoomscroll.h;h=50323d5b534bb82ee134c02b9c6ef06b1f4da121;hb=2ee84c5948ede7fc2f7b4435c5edef42a030ac05;hp=cbe683adaedb52b2f6bc83a7d3bcf100810f7c29;hpb=d774c2655ba2c3657a565f325411144452392277;p=architektonas diff --git a/src/actions/actionzoomscroll.h b/src/actions/actionzoomscroll.h index cbe683a..50323d5 100644 --- a/src/actions/actionzoomscroll.h +++ b/src/actions/actionzoomscroll.h @@ -12,7 +12,7 @@ class ActionZoomScroll: public ActionInterface { public: - ActionZoomScroll(RS2::Direction direction, RS_EntityContainer & container, GraphicView & graphicView); + ActionZoomScroll(RS2::Direction direction, EntityContainer & container, GraphicView & graphicView); ~ActionZoomScroll(); virtual void init(int status = 0);