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