summaryrefslogtreecommitdiff
path: root/gtk2_ardour/session_option_editor.h
diff options
context:
space:
mode:
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;
};