summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-05-15 21:36:37 +0000
committerCarl Hetherington <carl@carlh.net>2009-05-15 21:36:37 +0000
commitf4e6f8fec5c4ed705b2f0124666d632c392dbbc3 (patch)
treea1e6eebe6fb9e76c7ad33d8ba8d8341553625bf2 /gtk2_ardour/option_editor.cc
parentc9d0a19c8fb70a03f5972bf28f8aece007f77ed8 (diff)
Fix some warnings.
git-svn-id: svn://localhost/ardour2/branches/3.0@5081 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/option_editor.cc')
-rw-r--r--gtk2_ardour/option_editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/option_editor.cc b/gtk2_ardour/option_editor.cc
index 5920475bd7..4072a362b0 100644
--- a/gtk2_ardour/option_editor.cc
+++ b/gtk2_ardour/option_editor.cc
@@ -169,7 +169,7 @@ OptionEditor::parameter_changed (std::string const & p)
* @param o Component.
*/
void
-OptionEditor::add (std::string const & pn, OptionEditorComponent* o)
+OptionEditor::add_option (std::string const & pn, OptionEditorComponent* o)
{
if (_pages.find (pn) == _pages.end()) {
_pages[pn] = new OptionEditorPage (_notebook, pn);