summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2020-05-08 12:34:37 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2020-05-08 12:34:37 +0200
commitccb06e18b7416328bc2c91e8b3ac5f0f4533f3ab (patch)
tree6f71eddb6f69bd98eb7b9d06f57822f8328cb54e /src
parent70ce08e0cb5f7f1d0e004e99c2b0f725bf0d377d (diff)
Fix doxygen docs (wrong argument name)
Diffstat (limited to 'src')
-rw-r--r--src/fl_ask.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_ask.cxx b/src/fl_ask.cxx
index 3c46e3e7e..8943468a1 100644
--- a/src/fl_ask.cxx
+++ b/src/fl_ask.cxx
@@ -561,7 +561,7 @@ void fl_message_position(const int x, const int y, const int center) {
\note \#include <FL/fl_ask.H>
- \param[in] w Widget or window to position the message box over.
+ \param[in] widget Widget or window to position the message box over.
\see int fl_message_position(int x, int y, int center)
*/