summaryrefslogtreecommitdiff
path: root/FL/Fl_Text_Display.H
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2023-11-27 15:33:53 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2023-11-27 15:33:53 +0100
commit57371365d8933542ebe7c78651f621e1273733cf (patch)
tree2c43b2fadbae22d5e0507033a4881587e1feba83 /FL/Fl_Text_Display.H
parent6ea31316fb64f64d346dc4a3a30984048f5df4cd (diff)
Fix compiler warning, dependencies, and trailing whitespace
The benign warning was: ‘Fl_Browser_::hscrollbar’ will be initialized after [-Wreorder] ‘int Fl_Browser_::linespacing_’ ...
Diffstat (limited to 'FL/Fl_Text_Display.H')
-rw-r--r--FL/Fl_Text_Display.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Text_Display.H b/FL/Fl_Text_Display.H
index 2d2d2d565..c736db1e0 100644
--- a/FL/Fl_Text_Display.H
+++ b/FL/Fl_Text_Display.H
@@ -498,7 +498,7 @@ protected:
int leftClip, int rightClip) const;
int handle_rmb(int readonly);
-
+
void draw_line_numbers(bool clearAll);
void clear_rect(int style, int x, int y, int width, int height) const;