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