summaryrefslogtreecommitdiff
path: root/gtk2_ardour/session_option_editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-01-04 20:52:30 +0000
committerCarl Hetherington <carl@carlh.net>2011-01-04 20:52:30 +0000
commit75b1f698a1d328e25a566fe591c673c421e5459c (patch)
tree7c30e90bcb896c182dee26679d51b3432566d4c3 /gtk2_ardour/session_option_editor.h
parent69aa1060509001750be9e1b39b521348d13befb8 (diff)
Disable solo-controls-are-listen-controls if we don't have a monitor bus. Should fix #3660.
git-svn-id: svn://localhost/ardour2/branches/3.0@8436 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/session_option_editor.h')
-rw-r--r--gtk2_ardour/session_option_editor.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gtk2_ardour/session_option_editor.h b/gtk2_ardour/session_option_editor.h
index d7b90fd233..135ef7c816 100644
--- a/gtk2_ardour/session_option_editor.h
+++ b/gtk2_ardour/session_option_editor.h
@@ -30,7 +30,9 @@ public:
SessionOptionEditor (ARDOUR::Session* s);
private:
+ void parameter_changed (std::string const &);
+ void populate_sync_options ();
+
ARDOUR::SessionConfiguration* _session_config;
- void populate_sync_options (ARDOUR::Session*, Option*);
- void follow_sync_state (std::string, ARDOUR::Session*, Option*);
+ ComboOption<ARDOUR::SyncSource>* _sync_source;
};