diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-06 13:41:26 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-06 13:41:26 +0500 |
| commit | 9575eb0a1ffa8150f70f88b5f6b55f342c3c0088 (patch) | |
| tree | 37f4d24696b03ab80b11c9d31b2c562be2e03ee3 /fluid/widgets/Text_Viewer.h | |
| parent | 260dc2c8828c70b0e147ea394f38e9ee6dc69ee3 (diff) | |
wip
Diffstat (limited to 'fluid/widgets/Text_Viewer.h')
| -rw-r--r-- | fluid/widgets/Text_Viewer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/widgets/Text_Viewer.h b/fluid/widgets/Text_Viewer.h index ced32cd39..dac23e855 100644 --- a/fluid/widgets/Text_Viewer.h +++ b/fluid/widgets/Text_Viewer.h @@ -33,7 +33,7 @@ class Text_Viewer : public Fl_Text_Display { public: Text_Viewer(int X, int Y, int W, int H, const char *L = 0); ~Text_Viewer(); - void draw() override; + void draw(); /// access to protected member get_absolute_top_line_number() int top_line() { return get_absolute_top_line_number(); } |
