Fix erroneous parameter passed to Editor::motion_handler. Makes autoscroll work...
[ardour.git] / gtk2_ardour / fft_graph.h
index ea91a08ea96b2ff9c538c537e2c8714eb9b8a918..50a2df1fda896b638d3594d1e6c73a0879fc1e56 100644 (file)
@@ -54,8 +54,8 @@ class FFTGraph : public Gtk::DrawingArea
                void on_size_allocate(Gtk::Allocation & alloc);
                FFTResult *prepareResult(Gdk::Color color, std::string trackname);
                
-               const void set_show_minmax     (bool v) { _show_minmax     = v; redraw(); };
-               const void set_show_normalized (bool v) { _show_normalized = v; redraw(); };
+               void set_show_minmax     (bool v) { _show_minmax     = v; redraw(); }
+               void set_show_normalized (bool v) { _show_normalized = v; redraw(); }
 
        private: