Doxygen: remove warning

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12582 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2017-12-05 16:17:12 +00:00
parent 0a26b0dd68
commit fdbee3daed

View File

@ -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);