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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/option_editor.h b/gtk2_ardour/option_editor.h
index 5b22cf4cc5..0f0c5956f8 100644
--- a/gtk2_ardour/option_editor.h
+++ b/gtk2_ardour/option_editor.h
@@ -307,7 +307,7 @@ public:
OptionEditor (ARDOUR::Configuration *, std::string const &);
~OptionEditor ();
- void add (std::string const &, OptionEditorComponent *);
+ void add_option (std::string const &, OptionEditorComponent *);
protected: