diff options
| -rw-r--r-- | FL/Fl_Spinner.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Spinner.H b/FL/Fl_Spinner.H index af35dadbb..bb4e425e4 100644 --- a/FL/Fl_Spinner.H +++ b/FL/Fl_Spinner.H @@ -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. |
