]> git.tdb.fi Git - r2c2.git/blobdiff - source/designer/extendtool.h
Give tools access to the keyboard
[r2c2.git] / source / designer / extendtool.h
index 8a7ebebe6fadd75de56549756c0e61bba6acb2b0..69e184aceae37afc7ce3837725d9b0bfc3535ed9 100644 (file)
@@ -14,7 +14,7 @@ private:
        std::vector<R2C2::Track *> extend_tracks;
 
 public:
-       ExtendTool(Designer &, Msp::Input::Mouse &, const std::set<R2C2::Object *> &);
+       ExtendTool(Designer &, Msp::Input::Keyboard &, Msp::Input::Mouse &, const std::set<R2C2::Object *> &);
        virtual ~ExtendTool();
 
        void connect();