]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionblockstoggleview.h
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actionblockstoggleview.h
index 9009d346d3b971460061d509ce230a9cbfabe327..f48d90ddbc6952e7c6751b7984db7bead19fbca5 100644 (file)
@@ -11,7 +11,7 @@
 class RS_ActionBlocksToggleView: public RS_ActionInterface
 {
        public:
-               RS_ActionBlocksToggleView(RS_EntityContainer & container, RS_GraphicView & graphicView);
+               RS_ActionBlocksToggleView(RS_EntityContainer & container, GraphicView & graphicView);
                ~RS_ActionBlocksToggleView();
 
                virtual void init(int status = 0);