]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionsetsnapmode.cpp
Phase two of adding polyline functionality...
[architektonas] / src / actions / actionsetsnapmode.cpp
index 9b912795915394a1640704414de5441c6233c61f..0e8d3c732e61ebdcbb2ec00a3750efa7dc458c01 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>
 //
@@ -21,7 +23,7 @@
  *
  * @param snapMode The new snap mode used from now on.
  */
-ActionSetSnapMode::ActionSetSnapMode(RS_EntityContainer & container, GraphicView & graphicView, RS2::SnapMode snapMode):
+ActionSetSnapMode::ActionSetSnapMode(EntityContainer & container, GraphicView & graphicView, RS2::SnapMode snapMode):
        ActionInterface("Set Snap Mode", container, graphicView)
 {
        this->snapMode = snapMode;