From 8ef6bccf09dd2d3dcd84e43fe211f513ade52cf3 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 11 May 2011 13:06:13 +0000 Subject: [PATCH] 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 --- documentation/src/subclassing.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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