]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionsetsnaprestriction.cpp
Bugfixes related to removing Snapper class.
[architektonas] / src / actions / actionsetsnaprestriction.cpp
index 878942447d3807534776ad0a7f1050f08794b775..10d92ef8f64112797b8cd8d510aa4c26f2f65c8f 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>
 //
@@ -23,7 +25,7 @@
  * @param set true: set additional snap mode / false: unset
  */
 ActionSetSnapRestriction::ActionSetSnapRestriction(
-       RS_EntityContainer & container, GraphicView & graphicView, RS2::SnapRestriction snapRes):
+       EntityContainer & container, GraphicView & graphicView, RS2::SnapRestriction snapRes):
        ActionInterface("Set Additional Snap Mode", container, graphicView)
 {
        this->snapRes = snapRes;