X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionblockstoggleview.cpp;h=3b8c84d459dfdfc06e4c23a2430cd281ef4acffc;hb=27d4a138d23453e93a833e9347444b828a971cb4;hp=f596ceb31f30b2e09285def4e6d2c66332087b17;hpb=3b479913b79032e514ce8c74ba915c6c91ab0f15;p=architektonas diff --git a/src/actions/rs_actionblockstoggleview.cpp b/src/actions/rs_actionblockstoggleview.cpp index f596ceb..3b8c84d 100644 --- a/src/actions/rs_actionblockstoggleview.cpp +++ b/src/actions/rs_actionblockstoggleview.cpp @@ -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) { }