From 8713667ec1a6cc9ba56c07f763e5a422cc47fbef Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 15 Oct 2009 18:56:11 +0000 Subject: rework Stateful::set_state() patch to avoid default version argument git-svn-id: svn://localhost/ardour2/branches/3.0@5787 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/automation_time_axis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/automation_time_axis.h') diff --git a/gtk2_ardour/automation_time_axis.h b/gtk2_ardour/automation_time_axis.h index f6239314ab..f4d71f93c2 100644 --- a/gtk2_ardour/automation_time_axis.h +++ b/gtk2_ardour/automation_time_axis.h @@ -90,7 +90,7 @@ class AutomationTimeAxisView : public TimeAxisView { bool paste (nframes_t, float times, Selection&, size_t nth); void reset_objects (PointSelection&); - int set_state (const XMLNode&, int version = 3000); + int set_state (const XMLNode&, int version); guint32 show_at (double y, int& nth, Gtk::VBox *parent); void hide (); -- cgit v1.2.3