X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factionzoomscroll.cpp;h=88f09852640ecfd5d01dbea9e284460d233ff9a6;hb=2ee84c5948ede7fc2f7b4435c5edef42a030ac05;hp=2a7613a0a39317a72fd7793db9221eac6bee7135;hpb=865303923fcb231a171992b75a73364ff469ff8c;p=architektonas diff --git a/src/actions/actionzoomscroll.cpp b/src/actions/actionzoomscroll.cpp index 2a7613a..88f0985 100644 --- a/src/actions/actionzoomscroll.cpp +++ b/src/actions/actionzoomscroll.cpp @@ -18,7 +18,7 @@ #include "graphicview.h" -ActionZoomScroll::ActionZoomScroll(RS2::Direction direction, RS_EntityContainer & container, GraphicView & graphicView): +ActionZoomScroll::ActionZoomScroll(RS2::Direction direction, EntityContainer & container, GraphicView & graphicView): ActionInterface("Zoom scroll", container, graphicView) { this->direction = direction;