summaryrefslogtreecommitdiff
path: root/gtk2_ardour/location_ui.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-08-10 00:28:20 +0000
committerCarl Hetherington <carl@carlh.net>2010-08-10 00:28:20 +0000
commit75d265e38871205c2311a3d1b342e69da72b6057 (patch)
tree3ad4acb1ee4f6ac5f24da161be632341a1f14911 /gtk2_ardour/location_ui.h
parent507e996d06827505c2aad865dcc08dab4bfece8e (diff)
Setup clock sensitivity with lock correctly.
git-svn-id: svn://localhost/ardour2/branches/3.0@7583 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/location_ui.h')
-rw-r--r--gtk2_ardour/location_ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/location_ui.h b/gtk2_ardour/location_ui.h
index b2b7174d8f..2e9e236177 100644
--- a/gtk2_ardour/location_ui.h
+++ b/gtk2_ardour/location_ui.h
@@ -134,6 +134,8 @@ class LocationEditRow : public Gtk::HBox, public ARDOUR::SessionHandlePtr
void lock_changed (ARDOUR::Location *);
void position_lock_style_changed (ARDOUR::Location *);
+ void set_clock_sensitivity ();
+
PBD::ScopedConnectionList connections;
};