X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionlayerstoggleview.cpp;h=1e824d6c7ed557a96a710e3bb21823ccc68e08f3;hb=be33e866f2121c48db93e06d743c5ae3826c1948;hp=e61ce40e0a91acb334aef2022e5fa1768fbd8616;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;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) { }