]> Shamusworld >> Repos - architektonas/blobdiff - src/base/rs_modification.cpp
Adding missing implementation.
[architektonas] / src / base / rs_modification.cpp
index 29179b944dd01f436a9f3f971e82b68509de80f2..19121b3624db810b1f43d548a5e6ce753b739166 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>
 //
@@ -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;