X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factionzoomredraw.cpp;h=0b5742440ec2358e6ae58536158b67a019667578;hb=f62cebc26c7c3af447f0e4e4c43331f8589dce22;hp=f086d9d53cb151f5c855eb2ca5e4876fc76671a7;hpb=865303923fcb231a171992b75a73364ff469ff8c;p=architektonas diff --git a/src/actions/actionzoomredraw.cpp b/src/actions/actionzoomredraw.cpp index f086d9d..0b57424 100644 --- a/src/actions/actionzoomredraw.cpp +++ b/src/actions/actionzoomredraw.cpp @@ -24,7 +24,7 @@ * @param keepAspectRatio true: keep same zoom value for x/y. * false: adjust both x and y individually */ -ActionZoomRedraw::ActionZoomRedraw(RS_EntityContainer & container, GraphicView & graphicView): +ActionZoomRedraw::ActionZoomRedraw(EntityContainer & container, GraphicView & graphicView): ActionInterface("Redraw", container, graphicView) { }