]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionmodifyattributes.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actionmodifyattributes.h
index 58423fd88284bbe9e715c3aebf6ea63e2b29e296..2e4a74b22c157f549f294cc1827758bd134a188e 100644 (file)
@@ -21,7 +21,7 @@ class ActionModifyAttributes: public ActionInterface
                };
 
        public:
-               ActionModifyAttributes(RS_EntityContainer & container, GraphicView & graphicView);
+               ActionModifyAttributes(EntityContainer & container, GraphicView & graphicView);
                ~ActionModifyAttributes();
 
                virtual void init(int status = 0);