From fa6888c32cab0368025376fb8dfacbbc24f6959c Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 17 Nov 2009 14:45:36 +0000 Subject: Added const'nes too Fl_Counter::step() git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6939 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Counter.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_;} -- cgit v1.2.3