summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2011-05-11 13:06:13 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2011-05-11 13:06:13 +0000
commit8ef6bccf09dd2d3dcd84e43fe211f513ade52cf3 (patch)
tree890333019714799cb68060efc0e13b635f5b5939 /documentation
parent848756bf032fc6f588d1586b170a92ddc6665743 (diff)
Fix a small documentation issue of a missing link.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8649 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
-rw-r--r--documentation/src/subclassing.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/src/subclassing.dox b/documentation/src/subclassing.dox
index 3b6afb7e5..888e3a720 100644
--- a/documentation/src/subclassing.dox
+++ b/documentation/src/subclassing.dox
@@ -137,7 +137,7 @@ MyClass::draw() {
}
\endcode
-\todo Clarify Fl_Window::damage(n) handling - seems confused/wrong?
+\todo Clarify Fl_Window::damage(uchar) handling - seems confused/wrong?
ORing value doesn't match setting behaviour in FL_Widget.H!
\anchor subclassing_draw_box