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