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:
parent
7c3dad02eb
commit
fa6888c32c
@ -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_;}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user