summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorIan MacArthur <imacarthur@gmail.com>2011-01-30 12:50:19 +0000
committerIan MacArthur <imacarthur@gmail.com>2011-01-30 12:50:19 +0000
commit31db787583e1b862d1e26acc542a294a9c31fd0e (patch)
tree38b33e0def27dcc7ce32c8ecfd020157aabd9713 /FL
parentd4ad141d4d95cb38bb49fb49856184b577146368 (diff)
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
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Spinner.H2
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.