allow ardour button to handle focused keyboard events
[ardour.git] / gtk2_ardour / session_option_editor.h
index 3914ec8a8d172bcf421ea5433bca6a1a1d2d752c..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 {
@@ -36,4 +39,8 @@ private:
 
        bool set_use_monitor_section (bool);
        bool get_use_monitor_section ();
+
+       ComboOption<float>* _vpu;
 };
+
+#endif /* __gtk_ardour_session_option_editor_h__ */