]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionblocksfreezeall.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actionblocksfreezeall.h
index 31c359a3ef962d4411017c7f3d451f8d84c0870d..274b70ba373fd24a70560ff92aa1e9519f0e59f9 100644 (file)
@@ -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);