From 31db787583e1b862d1e26acc542a294a9c31fd0e Mon Sep 17 00:00:00 2001 From: Ian MacArthur Date: Sun, 30 Jan 2011 12:50:19 +0000 Subject: [PATCH] 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 --- FL/Fl_Spinner.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.