merge (w/fix) with master
[ardour.git] / gtk2_ardour / session_option_editor.h
index 135ef7c8160a6a561aa61abf974675cf379b4921..2e7ba192b6dfb4fabc42e4a381ab83c582e1e6e9 100644 (file)
@@ -17,6 +17,9 @@
 
 */
 
+#ifndef __gtk_ardour_session_option_editor_h__
+#define __gtk_ardour_session_option_editor_h__
+
 #include "option_editor.h"
 
 namespace ARDOUR {
@@ -31,8 +34,13 @@ public:
 
 private:
        void parameter_changed (std::string const &);
-       void populate_sync_options ();
-       
+
        ARDOUR::SessionConfiguration* _session_config;
-       ComboOption<ARDOUR::SyncSource>* _sync_source;
+
+       bool set_use_monitor_section (bool);
+       bool get_use_monitor_section ();
+
+       ComboOption<float>* _vpu;
 };
+
+#endif /* __gtk_ardour_session_option_editor_h__ */