Fix key-forwarding to linuxVST UIs
[ardour.git] / gtk2_ardour / session_option_editor.h
index 3914ec8a8d172bcf421ea5433bca6a1a1d2d752c..759f28ff18e63f87dd7a8b8a326fd651ca7ae79d 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 {
@@ -24,7 +27,7 @@ namespace ARDOUR {
        class SessionConfiguration;
 }
 
-class SessionOptionEditor : public OptionEditor
+class SessionOptionEditor : public OptionEditorWindow
 {
 public:
        SessionOptionEditor (ARDOUR::Session* s);
@@ -36,4 +39,11 @@ private:
 
        bool set_use_monitor_section (bool);
        bool get_use_monitor_section ();
+
+       ComboOption<float>* _vpu;
+       EntryOption* _take_name;
+
+       void save_defaults ();
 };
+
+#endif /* __gtk_ardour_session_option_editor_h__ */