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