]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionlayersfreezeall.cpp
Refactored CAD tool bars to use predefined actions.
[architektonas] / src / actions / rs_actionlayersfreezeall.cpp
index d94ffc89f8c022510a4912b9d04527caccea0ff5..62308d0c9554171a77d4d84653841fb5e08aeb41 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "drawing.h"
 
-RS_ActionLayersFreezeAll::RS_ActionLayersFreezeAll(bool freeze, RS_EntityContainer & container, RS_GraphicView & graphicView):
+RS_ActionLayersFreezeAll::RS_ActionLayersFreezeAll(bool freeze, RS_EntityContainer & container, GraphicView & graphicView):
        RS_ActionInterface("Freeze all Layers", container, graphicView)
 {
        this->freeze = freeze;