Fix yet another oversight for the windows icon file update
[ardour.git] / gtk2_ardour / session_option_editor.h
index 73b9b2b03360d5860dfecf49352b6a4ed5bad67d..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);
@@ -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__ */