summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-06-14 13:44:26 +0000
committerCarl Hetherington <carl@carlh.net>2009-06-14 13:44:26 +0000
commitaddaba4204255758b7290dc896d55cfa9b7946d5 (patch)
treeeb62a382989184c026bb7245c1a1e583ae8f5afe /gtk2_ardour/route_ui.h
parent478bab5380f586d3e022839a000a86c947a29f9c (diff)
Add option to disable track record disarm when the transport is rolling (mantis #2658)
git-svn-id: svn://localhost/ardour2/branches/3.0@5187 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_ui.h')
-rw-r--r--gtk2_ardour/route_ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/route_ui.h b/gtk2_ardour/route_ui.h
index fc6ef87f57..42a373ae7b 100644
--- a/gtk2_ardour/route_ui.h
+++ b/gtk2_ardour/route_ui.h
@@ -183,6 +183,8 @@ class RouteUI : public virtual AxisView
void save_as_template ();
protected:
+ void check_rec_enable_sensitivity ();
+
std::vector<sigc::connection> connections;
std::string s_name;
std::string m_name;