summaryrefslogtreecommitdiff
path: root/src/Fl_Sys_Menu_Bar.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2017-12-05 16:17:12 +0000
committerManolo Gouy <Manolo>2017-12-05 16:17:12 +0000
commitfdbee3daed84bc76681d2cfbed93c1950e1feecd (patch)
tree1ba70187be66b87f417752805b17ee0a0df27981 /src/Fl_Sys_Menu_Bar.cxx
parent0a26b0dd68ba2001d181309a40391dbbd5462852 (diff)
Doxygen: remove warning
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12582 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Sys_Menu_Bar.cxx')
-rw-r--r--src/Fl_Sys_Menu_Bar.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Sys_Menu_Bar.cxx b/src/Fl_Sys_Menu_Bar.cxx
index 044b85b1b..6c967f01c 100644
--- a/src/Fl_Sys_Menu_Bar.cxx
+++ b/src/Fl_Sys_Menu_Bar.cxx
@@ -163,7 +163,7 @@ void Fl_Sys_Menu_Bar::replace(int index, const char *name)
* This cross-platform function is effective only under the MacOS platform.
* \param cb a callback that will be called by "About myprog" menu item
* with NULL 1st argument.
- * \param user_data a pointer transmitted as 2nd argument to the callback.
+ * \param data a pointer transmitted as 2nd argument to the callback.
*/
void Fl_Sys_Menu_Bar::about(Fl_Callback *cb, void *data) {
if (fl_sys_menu_bar) fl_sys_menu_bar->driver()->about(cb, data);