summaryrefslogtreecommitdiff
path: root/FL/Fl_Counter.H
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2009-11-17 14:45:36 +0000
committerMatthias Melcher <fltk@matthiasm.com>2009-11-17 14:45:36 +0000
commitfa6888c32cab0368025376fb8dfacbbc24f6959c (patch)
treeec874bc8f1d81bfea05eb609309046d1ade3583a /FL/Fl_Counter.H
parent7c3dad02eba805022da2f1c230e62aea84a6ba50 (diff)
Added const'nes too Fl_Counter::step()
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6939 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Counter.H')
-rw-r--r--FL/Fl_Counter.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Counter.H b/FL/Fl_Counter.H
index be301f743..ef0ead4cd 100644
--- a/FL/Fl_Counter.H
+++ b/FL/Fl_Counter.H
@@ -98,7 +98,7 @@ public:
/**
Returns the increment for normal step buttons.
*/
- double step() {return Fl_Valuator::step();}
+ double step() const {return Fl_Valuator::step();}
/** Gets the text font */
Fl_Font textfont() const {return textfont_;}