Oops - someone committed a typo in Fl_Spinner.H - I think this is an adequate fix.

Needed this change to make r8338 build for me.



git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8339 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Ian MacArthur 2011-01-30 12:50:19 +00:00
parent d4ad141d4d
commit 31db787583

View File

@ -234,7 +234,7 @@ class FL_EXPORT Fl_Spinner : public Fl_Group {
input_.textsize(s);
}
/** Gets the numeric representation in the input field.
\see Fl_Spinner::type(uchar) */
\see Fl_Spinner::type(uchar)
*/
uchar type() const { return (input_.type()); }
/** Sets the numeric representation in the input field.