X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionlayersfreezeall.h;h=11b9290ac879475b2f55191baa90dd79fdc30395;hb=be33e866f2121c48db93e06d743c5ae3826c1948;hp=ac6c29d02c3bc95ac742831d4d2ed957ab1c2dbc;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;p=architektonas diff --git a/src/actions/rs_actionlayersfreezeall.h b/src/actions/rs_actionlayersfreezeall.h index ac6c29d..11b9290 100644 --- a/src/actions/rs_actionlayersfreezeall.h +++ b/src/actions/rs_actionlayersfreezeall.h @@ -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);