X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_modification.cpp;h=19121b3624db810b1f43d548a5e6ce753b739166;hb=20cce16e98fc9b052c5862efa6394a285971e846;hp=29179b944dd01f436a9f3f971e82b68509de80f2;hpb=89e127aa3dbd74d3158e6dbe0ca1703420c04395;p=architektonas diff --git a/src/base/rs_modification.cpp b/src/base/rs_modification.cpp index 29179b9..19121b3 100644 --- a/src/base/rs_modification.cpp +++ b/src/base/rs_modification.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 // @@ -35,7 +37,7 @@ * @param handleUndo true: Handle undo functionalitiy. */ RS_Modification::RS_Modification(RS_EntityContainer & container, - RS_GraphicView * graphicView, bool handleUndo) + GraphicView * graphicView, bool handleUndo) { this->container = &container; this->graphicView = graphicView;