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