]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionselectbase.cpp
Bugfixes related to removing Snapper class.
[architektonas] / src / actions / actionselectbase.cpp
index cefd57ef05c52d1c463c5eb7c5d1957860e85305..d27b0edb3f4ae258936da92a17b57b9374dfb953 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>
 //
@@ -17,7 +19,7 @@
 #include "graphicview.h"
 
 ActionSelectBase::ActionSelectBase(const char * name,
-       RS_EntityContainer & container, GraphicView & graphicView):
+       EntityContainer & container, GraphicView & graphicView):
        ActionInterface(name, container, graphicView)
 {
 }