]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionlayersfreezeall.h
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actionlayersfreezeall.h
index ac6c29d02c3bc95ac742831d4d2ed957ab1c2dbc..11b9290ac879475b2f55191baa90dd79fdc30395 100644 (file)
@@ -11,7 +11,7 @@
 class RS_ActionLayersFreezeAll: public RS_ActionInterface
 {
        public:
-               RS_ActionLayersFreezeAll(bool freeze, RS_EntityContainer & container, RS_GraphicView & graphicView);
+               RS_ActionLayersFreezeAll(bool freeze, RS_EntityContainer & container, GraphicView & graphicView);
                ~RS_ActionLayersFreezeAll();
 
                virtual void init(int status = 0);