Fixed overflow issue. Code originally meant to truncate the 64 bit integer did not...
[ardour.git] / gtk2_ardour / pan_automation_time_axis.h
index c2803c0172ddbd248055d88415b3ae566802726e..cde8f2bd5b3dd8b1fbec71a61d0ecb7625987583 100644 (file)
@@ -45,7 +45,7 @@ class PanAutomationTimeAxisView : public AutomationTimeAxisView
 
                void clear_lines ();
                void add_line (AutomationLine&);
-               void set_height (TimeAxisView::TrackHeight);
+               void set_height (uint32_t h);
 
        protected:
                Gtk::ComboBoxText       multiline_selector;