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