X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factionzoompan.cpp;h=74b3d824b4d0036f2fa044c76361858f5e796626;hb=2ee84c5948ede7fc2f7b4435c5edef42a030ac05;hp=7aa3a42a6903067d8a4d72c70a1a48f0b561b017;hpb=1f0d096a7fc370ff02477f3860beae2669bf8903;p=architektonas diff --git a/src/actions/actionzoompan.cpp b/src/actions/actionzoompan.cpp index 7aa3a42..74b3d82 100644 --- a/src/actions/actionzoompan.cpp +++ b/src/actions/actionzoompan.cpp @@ -18,7 +18,7 @@ #include "graphicview.h" -ActionZoomPan::ActionZoomPan(RS_EntityContainer & container, GraphicView & graphicView): +ActionZoomPan::ActionZoomPan(EntityContainer & container, GraphicView & graphicView): ActionInterface("Zoom Pan", container, graphicView) { graphicView.snapper.SetVisible(false);