]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionmodifydelete.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actionmodifydelete.h
index 9c51dd1fcfae39326e9b6b1e564bcef140e7eddb..6b873fcef23e48162b26b94b4a3fb715ce5005c6 100644 (file)
@@ -20,7 +20,7 @@ class ActionModifyDelete: public ActionInterface
                };
 
        public:
-               ActionModifyDelete(RS_EntityContainer & container, GraphicView & graphicView);
+               ActionModifyDelete(EntityContainer & container, GraphicView & graphicView);
                ~ActionModifyDelete();
 
                virtual void init(int status = 0);