diff options
| -rw-r--r-- | FL/Fl_Counter.H | 2 |
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_;} |
