Fix horizontal positioning of PC flags.
[ardour.git] / gtk2_ardour / audio_time_axis.h
index ce5697d7c1ee10f113cfb12cbdc713b16028e666..f3bdbd3fb68840fb3fe9ecbe14898825d62a64ee 100644 (file)
@@ -82,7 +82,7 @@ class AudioTimeAxisView : public RouteTimeAxisView
        guint32 show_at (double y, int& nth, Gtk::VBox *parent);
        void hide ();
        
-       void create_automation_child (const ARDOUR::Parameter& param, bool show);
+       void create_automation_child (const Evoral::Parameter& param, bool show);
        
        void first_idle ();
 
@@ -110,7 +110,7 @@ class AudioTimeAxisView : public RouteTimeAxisView
        void gain_hidden ();
        void pan_hidden ();
 
-       void update_pans (bool show=true);
+       void ensure_pan_views (bool show = true);
        void update_control_names ();
 
        Gtk::CheckMenuItem* waveform_item;