summaryrefslogtreecommitdiff
path: root/FL/Fl_Table_Row.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Table_Row.H')
-rw-r--r--FL/Fl_Table_Row.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Table_Row.H b/FL/Fl_Table_Row.H
index 6e17d356f..767b576a7 100644
--- a/FL/Fl_Table_Row.H
+++ b/FL/Fl_Table_Row.H
@@ -36,7 +36,7 @@
To be useful it must be subclassed and at minimum the draw_cell()
method must be overridden to provide the content of the cells. This widget
does \em not manage the cell's data content; it is up to the parent
- class's draw_cell() method override to provide this.
+ class's draw_cell() method to provide this.
Events on the cells and/or headings generate callbacks when they are
clicked by the user. You control when events are generated based on