diff options
Diffstat (limited to 'FL/Fl_Input_Choice.H')
| -rw-r--r-- | FL/Fl_Input_Choice.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Input_Choice.H b/FL/Fl_Input_Choice.H index ccb223fc1..be502a1d3 100644 --- a/FL/Fl_Input_Choice.H +++ b/FL/Fl_Input_Choice.H @@ -172,10 +172,10 @@ public: void textfont(Fl_Font f) { inp_->textfont(f); } - Fl_Font_Size textsize() const { + Fl_Fontsize textsize() const { return (inp_->textsize()); } - void textsize(Fl_Font_Size s) { + void textsize(Fl_Fontsize s) { inp_->textsize(s); } const char* value() const { |
