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