Fix multiple creation of identical automation tracks. Fixes #3482.

git-svn-id: svn://localhost/ardour2/branches/3.0@7848 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-09-27 18:56:26 +00:00
parent 8000b39c8c
commit 74cc8f6067
6 changed files with 16 additions and 12 deletions

View file

@ -117,7 +117,7 @@ public:
/* make sure we get the right version of this */
XMLNode* get_automation_child_xml_node (Evoral::Parameter param, int version) { return RouteUI::get_automation_child_xml_node (param, version); }
XMLNode* get_automation_child_xml_node (Evoral::Parameter param) { return RouteUI::get_automation_child_xml_node (param); }
typedef std::map<Evoral::Parameter, boost::shared_ptr<AutomationTimeAxisView> > AutomationTracks;
AutomationTracks automation_tracks() { return _automation_tracks; }