]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionblockstoggleview.cpp
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actionblockstoggleview.cpp
index f596ceb31f30b2e09285def4e6d2c66332087b17..3b8c84d459dfdfc06e4c23a2430cd281ef4acffc 100644 (file)
@@ -15,9 +15,9 @@
 #include "rs_actionblockstoggleview.h"
 
 #include "drawing.h"
-#include "rs_graphicview.h"
+#include "graphicview.h"
 
-RS_ActionBlocksToggleView::RS_ActionBlocksToggleView(RS_EntityContainer & container, RS_GraphicView & graphicView): RS_ActionInterface("Toggle Block Visibility",
+RS_ActionBlocksToggleView::RS_ActionBlocksToggleView(RS_EntityContainer & container, GraphicView & graphicView): RS_ActionInterface("Toggle Block Visibility",
                container, graphicView)
 {
 }