]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actioneditcopy.cpp
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actioneditcopy.cpp
index 02f0e2cd74f8f3139cd1a8bb79688f38cb44cf34..e174d428e0c025b43f2b165711f9ecafd0cae078 100644 (file)
@@ -22,7 +22,7 @@
  *
  * @param undo true for undo and false for redo.
  */
-RS_ActionEditCopy::RS_ActionEditCopy(bool copy, RS_EntityContainer & container, RS_GraphicView & graphicView):
+RS_ActionEditCopy::RS_ActionEditCopy(bool copy, RS_EntityContainer & container, GraphicView & graphicView):
        RS_ActionInterface("Edit Copy", container, graphicView)
 {
        this->copy = copy;