diff options
Diffstat (limited to 'FL/Fl_File_Chooser.H')
| -rw-r--r-- | FL/Fl_File_Chooser.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_File_Chooser.H b/FL/Fl_File_Chooser.H index 97c3aecbb..7abbaae54 100644 --- a/FL/Fl_File_Chooser.H +++ b/FL/Fl_File_Chooser.H @@ -152,8 +152,8 @@ public: Fl_Color textcolor(); void textfont(Fl_Font f); Fl_Font textfont(); - void textsize(Fl_Font_Size s); - Fl_Font_Size textsize(); + void textsize(Fl_Fontsize s); + Fl_Fontsize textsize(); void type(int t); int type(); void * user_data() const; |
