summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-09-27 18:56:26 +0000
committerCarl Hetherington <carl@carlh.net>2010-09-27 18:56:26 +0000
commit74cc8f6067f9a7e6560e8abca9ec0a205597c028 (patch)
tree1bce480d2134ac33bbe5295841288f1d92444e52 /gtk2_ardour/route_ui.h
parent8000b39c8cbfdafbf806e04f9db7f82c81f92cae (diff)
Fix multiple creation of identical automation tracks. Fixes #3482.
git-svn-id: svn://localhost/ardour2/branches/3.0@7848 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_ui.h')
-rw-r--r--gtk2_ardour/route_ui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/route_ui.h b/gtk2_ardour/route_ui.h
index 952b39a433..444b45147e 100644
--- a/gtk2_ardour/route_ui.h
+++ b/gtk2_ardour/route_ui.h
@@ -110,8 +110,9 @@ class RouteUI : public virtual AxisView
XMLNode *xml_node;
void ensure_xml_node ();
+ int _xml_node_version;
- virtual XMLNode* get_automation_child_xml_node (Evoral::Parameter, int);
+ virtual XMLNode* get_automation_child_xml_node (Evoral::Parameter);
bool mute_press(GdkEventButton*);
bool mute_release(GdkEventButton*);