X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factionlayersfreezeall.h;h=8d4e3e79fda6ef20d5da2b633d34db299b9a6ec6;hb=2ee84c5948ede7fc2f7b4435c5edef42a030ac05;hp=cad0b41ac93890579a0680c245b58c6349c9adc8;hpb=d774c2655ba2c3657a565f325411144452392277;p=architektonas diff --git a/src/actions/actionlayersfreezeall.h b/src/actions/actionlayersfreezeall.h index cad0b41..8d4e3e7 100644 --- a/src/actions/actionlayersfreezeall.h +++ b/src/actions/actionlayersfreezeall.h @@ -12,7 +12,7 @@ class ActionLayersFreezeAll: public ActionInterface { public: - ActionLayersFreezeAll(bool freeze, RS_EntityContainer & container, GraphicView & graphicView); + ActionLayersFreezeAll(bool freeze, EntityContainer & container, GraphicView & graphicView); ~ActionLayersFreezeAll(); virtual void init(int status = 0);