summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/option_editor.h')
-rw-r--r--gtk2_ardour/option_editor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/option_editor.h b/gtk2_ardour/option_editor.h
index 4e3269e43c..cb5f76f31d 100644
--- a/gtk2_ardour/option_editor.h
+++ b/gtk2_ardour/option_editor.h
@@ -651,7 +651,8 @@ public:
~OptionEditor ();
void add_option (std::string const &, OptionEditorComponent *);
-
+ void add_page (std::string const &, Gtk::Widget& page_widget);
+
void set_current_page (std::string const &);
protected: