initialize some uninitialized vars
[ardour.git] / gtk2_ardour / automation_controller.h
index 126383d517f22eee25c7dc7be7990f11f03b2327..7c0e2139d2a7dbee7a188da3643b9616a5754003 100644 (file)
@@ -86,7 +86,8 @@ private:
 
        void start_touch();
        void end_touch();
-       void toggled();
+       bool button_press(GdkEventButton*);
+       bool button_release(GdkEventButton*);
 
        void run_note_select_dialog();
        void set_ratio(double ratio);