]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionzoomin.h
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actionzoomin.h
index 68abaebb44640e5a55854ef71923db18c4f1dabc..4dbd693d323cc3d7051c2928809710a1d2d55e1a 100644 (file)
@@ -13,7 +13,7 @@
 class RS_ActionZoomIn: public RS_ActionInterface
 {
        public:
-               RS_ActionZoomIn(RS_EntityContainer & container, RS_GraphicView & graphicView, RS2::ZoomDirection direction = RS2::In, RS2::Axis axis = RS2::Both, const Vector & center = Vector(false));
+               RS_ActionZoomIn(RS_EntityContainer & container, GraphicView & graphicView, RS2::ZoomDirection direction = RS2::In, RS2::Axis axis = RS2::Both, const Vector & center = Vector(false));
                ~RS_ActionZoomIn();
 
                virtual void init(int status = 0);