Corrected typo.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8591 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy
2011-04-14 13:21:12 +00:00
parent 2af958422a
commit 8d2d3c2a7d
+1 -1
View File
@@ -391,7 +391,7 @@ void Fl_Scroll::scrollbar_cb(Fl_Widget* o, void*) {
<P>The destructor <I>also deletes all the children</I>. This allows a <P>The destructor <I>also deletes all the children</I>. This allows a
whole tree to be deleted at once, without having to keep a pointer to whole tree to be deleted at once, without having to keep a pointer to
all the children in the user code. A kludge has been done so the all the children in the user code. A kludge has been done so the
Fl_Scroll and all of it's children can be automatic (local) Fl_Scroll and all of its children can be automatic (local)
variables, but you must declare the Fl_Scroll<I>first</I>, so variables, but you must declare the Fl_Scroll<I>first</I>, so
that it is destroyed last. that it is destroyed last.
*/ */