remove obsolete jack includes in libardour
[ardour.git] / gtk2_ardour / session_option_editor.h
index 73b9b2b03360d5860dfecf49352b6a4ed5bad67d..425ec3707bcf40efcb06e40869c656cab74eaaa5 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 {
@@ -38,4 +41,9 @@ private:
        bool get_use_monitor_section ();
 
        ComboOption<float>* _vpu;
+       EntryOption* _take_name;
+
+       void save_defaults ();
 };
+
+#endif /* __gtk_ardour_session_option_editor_h__ */