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