]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actioneditcopy.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actioneditcopy.h
index 265077ccf10e1aafbc5744cc2b1bec1005f6af9f..882a260c6ead3c85df0039a8720f2731a23a2ada 100644 (file)
@@ -22,7 +22,7 @@ class ActionEditCopy: public ActionInterface
                };
 
        public:
-               ActionEditCopy(bool copy, RS_EntityContainer & container, GraphicView & graphicView);
+               ActionEditCopy(bool copy, EntityContainer & container, GraphicView & graphicView);
                ~ActionEditCopy();
 
                virtual void init(int status = 0);