]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionlayersremove.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actionlayersremove.h
index b48779aeed9c7e73c7f3ca9be4b95959e64ad49b..ffad4f4226ab16d805100f47d62a7632e00f190d 100644 (file)
@@ -12,7 +12,7 @@
 class ActionLayersRemove: public ActionInterface
 {
        public:
-               ActionLayersRemove(RS_EntityContainer & container, GraphicView & graphicView);
+               ActionLayersRemove(EntityContainer & container, GraphicView & graphicView);
                ~ActionLayersRemove();
 
                virtual void init(int status = 0);