X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factionselectbase.cpp;h=d27b0edb3f4ae258936da92a17b57b9374dfb953;hb=5adb444f3e523d3fd028617ced72d1ea6661db21;hp=cefd57ef05c52d1c463c5eb7c5d1957860e85305;hpb=d774c2655ba2c3657a565f325411144452392277;p=architektonas diff --git a/src/actions/actionselectbase.cpp b/src/actions/actionselectbase.cpp index cefd57e..d27b0ed 100644 --- a/src/actions/actionselectbase.cpp +++ b/src/actions/actionselectbase.cpp @@ -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 // @@ -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) { }