Skip to content

Commit

Permalink
Oops - someone committed a typo in Fl_Spinner.H - I think this is an …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
imaclmaca committed Jan 30, 2011
1 parent d4ad141 commit 31db787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FL/Fl_Spinner.H
Expand Up @@ -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.
Expand Down

0 comments on commit 31db787

Please sign in to comment.