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