summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.h
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.h
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.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: