diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-10-13 19:08:30 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-10-13 19:08:30 +0200 |
| commit | 01038e832a305d0b2ad798f3d0dc25003d79e1ad (patch) | |
| tree | 5002041ca1d6849e4346797cde0b51d878633848 /fluid/Fl_Widget_Type.h | |
| parent | 6958e5d615c320efd61e9a8ced86d1acc32d78be (diff) | |
Fix trailing whitespace and dependencies
Diffstat (limited to 'fluid/Fl_Widget_Type.h')
| -rw-r--r-- | fluid/Fl_Widget_Type.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/Fl_Widget_Type.h b/fluid/Fl_Widget_Type.h index f2ce8ba88..1c68de428 100644 --- a/fluid/Fl_Widget_Type.h +++ b/fluid/Fl_Widget_Type.h @@ -40,7 +40,7 @@ void comment_cb(class Fl_Text_Editor* i, void *v); class Fl_Widget_Type : public Fl_Type { typedef Fl_Type super; - + virtual Fl_Widget *widget(int,int,int,int) = 0; virtual Fl_Widget_Type *_make() = 0; // virtual constructor void setlabel(const char *) FL_OVERRIDE; @@ -59,7 +59,7 @@ protected: /// set, so we need a second place to store this information while also /// disabeling the output of the "hide" property by the Widget Type. uchar override_visible_; - + void write_static(Fd_Code_Writer& f) FL_OVERRIDE; void write_code1(Fd_Code_Writer& f) FL_OVERRIDE; void write_widget_code(Fd_Code_Writer& f); |
