]> Shamusworld >> Repos - architektonas/blobdiff - src/base/rs_creation.cpp
Adding missing implementation.
[architektonas] / src / base / rs_creation.cpp
index a8a14e078afab4cc2a9b81f35a14e195547a88e4..39e5ee7f11073f66680f6bd3d0169048ac7be39c 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>
 //
@@ -16,7 +18,7 @@
 
 #include "rs_constructionline.h"
 #include "drawing.h"
-#include "rs_graphicview.h"
+#include "graphicview.h"
 #include "rs_image.h"
 #include "rs_information.h"
 #include "rs_insert.h"
@@ -30,7 +32,7 @@
  *        entities. Usually that's an Drawing entity but
  *        it can also be a polyline, text, ...
  */
-RS_Creation::RS_Creation(RS_EntityContainer * container, RS_GraphicView * graphicView,
+RS_Creation::RS_Creation(RS_EntityContainer * container, GraphicView * graphicView,
        bool handleUndo)
 {
        this->container = container;