]> git.tdb.fi Git - r2c2.git/blobdiff - source/designer/slopetool.h
Provide some telemetry values from ArduControl
[r2c2.git] / source / designer / slopetool.h
index 9edc1d8c817c3fdf8167fd19f57ca925006f4279..d319bb7715c90bc0aad77a29dd3e5a99bfd7dd09 100644 (file)
@@ -12,7 +12,7 @@ private:
        float total_length;
 
 public:
-       SlopeTool(Designer &, Msp::Input::Mouse &, const std::set<R2C2::Object *> &);
+       SlopeTool(Designer &, Msp::Input::Keyboard &, Msp::Input::Mouse &, const std::set<R2C2::Object *> &);
 
        void even_slope(bool =false);
        void flatten();