summaryrefslogtreecommitdiff
path: root/src/Fl_Tree_Item.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Tree_Item.cxx')
-rw-r--r--src/Fl_Tree_Item.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Tree_Item.cxx b/src/Fl_Tree_Item.cxx
index b18acf16a..5157ea04a 100644
--- a/src/Fl_Tree_Item.cxx
+++ b/src/Fl_Tree_Item.cxx
@@ -860,7 +860,7 @@ Fl_Color Fl_Tree_Item::drawbgcolor() const {
/// This method can be overridden to implement custom drawing
/// by filling the label_[xywh]() area with content.
///
-/// A minimal example of how to override draw_item_content()
+/// A minimal example of how to draw_item_content()
/// and draw just a normal item's background and label ourselves:
///
/// \code