]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionlayerstoggleview.cpp
Refactored CAD tool bars to use predefined actions.
[architektonas] / src / actions / rs_actionlayerstoggleview.cpp
index e61ce40e0a91acb334aef2022e5fa1768fbd8616..1e824d6c7ed557a96a710e3bb21823ccc68e08f3 100644 (file)
@@ -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)
 {
 }