summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-12-28 21:36:33 +0100
committerRobin Gareus <robin@gareus.org>2016-12-28 22:19:37 +0100
commit5860911eb2bf940aac96b97748501b71ef524c74 (patch)
treea607dd25cf65f35aca5a12d9feeb5e4b6d372701 /gtk2_ardour/option_editor.h
parent4a0edd68e2ae13a5e5f977f1e6f808da75bf6d58 (diff)
Further preference-dialog re-layout work in progress..
Diffstat (limited to 'gtk2_ardour/option_editor.h')
-rw-r--r--gtk2_ardour/option_editor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/option_editor.h b/gtk2_ardour/option_editor.h
index 894abdc618..653e804f43 100644
--- a/gtk2_ardour/option_editor.h
+++ b/gtk2_ardour/option_editor.h
@@ -682,10 +682,14 @@ class OptionEditorPage
{
public:
OptionEditorPage (Gtk::Notebook&, std::string const &);
+ OptionEditorPage ();
Gtk::VBox box;
Gtk::Table table;
std::list<OptionEditorComponent*> components;
+
+private:
+ void init ();
};
/** The OptionEditor dialog base class */