Patch from jdavisp3 to fix bug #1841.
[ardour.git] / gtk2_ardour / route_ui.h
index 730330372aadf3bd19b935ad11b8631b99dbded3..20ac152f83b7f82f1d7fea2c7eec6e2a71267de2 100644 (file)
@@ -86,7 +86,7 @@ class RouteUI : public virtual AxisView
        XMLNode *xml_node;
        void ensure_xml_node ();
 
-       XMLNode* get_child_xml_node (const string & childname);
+       virtual XMLNode* get_automation_child_xml_node (ARDOUR::Parameter param);
        
        bool mute_press(GdkEventButton*);
        bool mute_release(GdkEventButton*);