]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionblocksexplode.cpp
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actionblocksexplode.cpp
index f0de0d69570a9c4b03db5c81dea44f29b22f2037..a86808349a47b1dd6c8a876f2c3c7c1baf1b5320 100644 (file)
@@ -31,7 +31,7 @@
 /**
  * Constructor.
  */
-RS_ActionBlocksExplode::RS_ActionBlocksExplode(RS_EntityContainer & container, RS_GraphicView & graphicView):
+RS_ActionBlocksExplode::RS_ActionBlocksExplode(RS_EntityContainer & container, GraphicView & graphicView):
        RS_PreviewActionInterface("Blocks Explode",
                container, graphicView)
 {