From 136b8ed74721957e9617885fe156e6b8657116bd Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 7 Sep 2010 23:26:21 +0000 Subject: Fix restore of fader automation from 2.X sessions. git-svn-id: svn://localhost/ardour2/branches/3.0@7754 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/time_axis_view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/time_axis_view.h') diff --git a/gtk2_ardour/time_axis_view.h b/gtk2_ardour/time_axis_view.h index f8a30d5778..f01aa508ae 100644 --- a/gtk2_ardour/time_axis_view.h +++ b/gtk2_ardour/time_axis_view.h @@ -206,7 +206,7 @@ class TimeAxisView : public virtual AxisView, public PBD::Stateful /* call this on the parent */ - virtual XMLNode* get_automation_child_xml_node (Evoral::Parameter /*param*/) { return 0; } + virtual XMLNode* get_automation_child_xml_node (Evoral::Parameter, int) { return 0; } virtual LayerDisplay layer_display () const { return Overlaid; } virtual StreamView* view () const { return 0; } -- cgit v1.2.3