summaryrefslogtreecommitdiff
path: root/FL/Fl_Help_Dialog.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Help_Dialog.H')
-rw-r--r--FL/Fl_Help_Dialog.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Help_Dialog.H b/FL/Fl_Help_Dialog.H
index 05de23d7a..c66f357a2 100644
--- a/FL/Fl_Help_Dialog.H
+++ b/FL/Fl_Help_Dialog.H
@@ -74,8 +74,8 @@ public:
void resize(int xx, int yy, int ww, int hh);
void show();
void show(int argc, char **argv);
- void textsize(Fl_Font_Size s);
- Fl_Font_Size textsize();
+ void textsize(Fl_Fontsize s);
+ Fl_Fontsize textsize();
void topline(const char *n);
void topline(int n);
void value(const char *f);