]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionzoomredraw.cpp
Bugfixes related to removing Snapper class.
[architektonas] / src / actions / actionzoomredraw.cpp
index eeaaa08e3df861b67f7c95f9b1130acec53a5b01..0b5742440ec2358e6ae58536158b67a019667578 100644 (file)
@@ -3,7 +3,9 @@
 // Part of the Architektonas Project
 // Originally part of QCad Community Edition by Andrew Mustun
 // Extensively rewritten and refactored by James L. Hammons
-// (C) 2010 Underground Software
+// Portions copyright (C) 2001-2003 RibbonSoft
+// Copyright (C) 2010 Underground Software
+// See the README and GPLv2 files for licensing and warranty information
 //
 // JLH = James L. Hammons <jlhamm@acm.org>
 //
@@ -22,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)
 {
 }