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