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