X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factionblocksfreezeall.h;h=274b70ba373fd24a70560ff92aa1e9519f0e59f9;hb=2ee84c5948ede7fc2f7b4435c5edef42a030ac05;hp=31c359a3ef962d4411017c7f3d451f8d84c0870d;hpb=d774c2655ba2c3657a565f325411144452392277;p=architektonas diff --git a/src/actions/actionblocksfreezeall.h b/src/actions/actionblocksfreezeall.h index 31c359a..274b70b 100644 --- a/src/actions/actionblocksfreezeall.h +++ b/src/actions/actionblocksfreezeall.h @@ -12,7 +12,7 @@ class ActionBlocksFreezeAll: public ActionInterface { public: - ActionBlocksFreezeAll(bool freeze, RS_EntityContainer & container, GraphicView & graphicView); + ActionBlocksFreezeAll(bool freeze, EntityContainer & container, GraphicView & graphicView); ~ActionBlocksFreezeAll(); virtual void init(int status = 0);