]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionlayersfreezeall.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actionlayersfreezeall.h
index cad0b41ac93890579a0680c245b58c6349c9adc8..8d4e3e79fda6ef20d5da2b633d34db299b9a6ec6 100644 (file)
@@ -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);