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 7bd84d58e..05de23d7a 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(uchar s);
- uchar textsize();
+ void textsize(Fl_Font_Size s);
+ Fl_Font_Size textsize();
void topline(const char *n);
void topline(int n);
void value(const char *f);