]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionzoomauto.h
Removed a bunch of cruft...
[architektonas] / src / actions / rs_actionzoomauto.h
index 73d5437a378f907ac01dc0cb7452464c7199992a..2f7411a256bef3f60ced1d7db3ef92c34cf3cd97 100644 (file)
@@ -11,7 +11,7 @@
 class RS_ActionZoomAuto: public RS_ActionInterface
 {
        public:
-               RS_ActionZoomAuto(RS_EntityContainer & container, RS_GraphicView & graphicView, bool keepAspectRatio = true);
+               RS_ActionZoomAuto(RS_EntityContainer & container, GraphicView & graphicView, bool keepAspectRatio = true);
                ~RS_ActionZoomAuto();
 
                virtual void init(int status = 0);