diff options
Diffstat (limited to 'FL/Fl_Help_View.H')
| -rw-r--r-- | FL/Fl_Help_View.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Help_View.H b/FL/Fl_Help_View.H index 30c63587e..ebef81d65 100644 --- a/FL/Fl_Help_View.H +++ b/FL/Fl_Help_View.H @@ -275,7 +275,7 @@ public: int handle(int); private: - void hv_draw(const char *t, int x, int y); + void hv_draw(const char *t, int x, int y, int entity_extra_length = 0); char begin_selection(); char extend_selection(); void end_selection(int c=0); |
