Added const'nes too Fl_Counter::step()

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6939 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2009-11-17 14:45:36 +00:00
parent 7c3dad02eb
commit fa6888c32c

View File

@ -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_;}