X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionlayerstoggleview.cpp;h=1e824d6c7ed557a96a710e3bb21823ccc68e08f3;hb=27d4a138d23453e93a833e9347444b828a971cb4;hp=e61ce40e0a91acb334aef2022e5fa1768fbd8616;hpb=3b479913b79032e514ce8c74ba915c6c91ab0f15;p=architektonas diff --git a/src/actions/rs_actionlayerstoggleview.cpp b/src/actions/rs_actionlayerstoggleview.cpp index e61ce40..1e824d6 100644 --- a/src/actions/rs_actionlayerstoggleview.cpp +++ b/src/actions/rs_actionlayerstoggleview.cpp @@ -16,7 +16,7 @@ #include "drawing.h" -RS_ActionLayersToggleView::RS_ActionLayersToggleView(RS_EntityContainer & container, RS_GraphicView & graphicView): RS_ActionInterface("Toggle Layer Visibility", +RS_ActionLayersToggleView::RS_ActionLayersToggleView(RS_EntityContainer & container, GraphicView & graphicView): RS_ActionInterface("Toggle Layer Visibility", container, graphicView) { }