mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 11:25:22 +08:00
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:
+1
-1
@@ -98,7 +98,7 @@ public:
|
|||||||
/**
|
/**
|
||||||
Returns the increment for normal step buttons.
|
Returns the increment for normal step buttons.
|
||||||
*/
|
*/
|
||||||
double step() {return Fl_Valuator::step();}
|
double step() const {return Fl_Valuator::step();}
|
||||||
|
|
||||||
/** Gets the text font */
|
/** Gets the text font */
|
||||||
Fl_Font textfont() const {return textfont_;}
|
Fl_Font textfont() const {return textfont_;}
|
||||||
|
|||||||
Reference in New Issue
Block a user