]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actioneditpaste.cpp
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actioneditpaste.cpp
index e52a7d171e4ad6707b50f8150377130b52cbfa48..40f3110b19831df128803df135a12eef97680ca9 100644 (file)
@@ -25,7 +25,7 @@
  *
  * @param undo true for undo and false for redo.
  */
-RS_ActionEditPaste::RS_ActionEditPaste(RS_EntityContainer & container, RS_GraphicView & graphicView): RS_PreviewActionInterface("Edit Paste",
+RS_ActionEditPaste::RS_ActionEditPaste(RS_EntityContainer & container, GraphicView & graphicView): RS_PreviewActionInterface("Edit Paste",
                container, graphicView)
 {
 }