summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Fl_Tile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Tile.cxx b/src/Fl_Tile.cxx
index 5ca233aad..5c26d3f10 100644
--- a/src/Fl_Tile.cxx
+++ b/src/Fl_Tile.cxx
@@ -737,7 +737,7 @@ void Fl_Tile::size_range(int index, int minw, int minh, int maxw, int maxh) {
Fl_Tile currently supports only the minimal width and height setting.
- \param[in] index set the range for the child at this index
+ \param[in] w set the range for this child widget
\param[in] minw, minh minimum width and height for that child
\param[in] maxw, maxh maximum size, defaults to infinite, currently ignored
*/