X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factionzoomin.cpp;h=fe5d776756178fc062d59e50118d3149d3f1a86f;hb=2ee84c5948ede7fc2f7b4435c5edef42a030ac05;hp=d51879d3e9217fee77585f1b16015c74b025d63a;hpb=865303923fcb231a171992b75a73364ff469ff8c;p=architektonas diff --git a/src/actions/actionzoomin.cpp b/src/actions/actionzoomin.cpp index d51879d..fe5d776 100644 --- a/src/actions/actionzoomin.cpp +++ b/src/actions/actionzoomin.cpp @@ -24,7 +24,7 @@ * @param direction In for zooming in, Out for zooming out. * @param axis Axis that are affected by the zoom (OnlyX, OnlyY or Both) */ -ActionZoomIn::ActionZoomIn(RS_EntityContainer & container, GraphicView & graphicView, RS2::ZoomDirection direction, RS2::Axis axis, const Vector & center): +ActionZoomIn::ActionZoomIn(EntityContainer & container, GraphicView & graphicView, RS2::ZoomDirection direction, RS2::Axis axis, const Vector & center): ActionInterface("Zoom in", container, graphicView) { this->direction = direction;