diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-05 16:24:45 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-05 16:24:45 +0500 |
| commit | cdf2832347b8fdf0389cd373c2ead0ac5d071037 (patch) | |
| tree | 96f9771aed0710899aa6cbba2a84dadfe76e996e /FL/Fl_Grid.H | |
| parent | db214d1145e46d527a46d1fc2519548d2c4d23f1 (diff) | |
wip
Diffstat (limited to 'FL/Fl_Grid.H')
| -rw-r--r-- | FL/Fl_Grid.H | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FL/Fl_Grid.H b/FL/Fl_Grid.H index 639988b2f..5636fddc0 100644 --- a/FL/Fl_Grid.H +++ b/FL/Fl_Grid.H @@ -270,7 +270,7 @@ public: virtual void layout(int rows, int cols, int margin = -1, int gap = -1); virtual void layout(); virtual void clear_layout(); - virtual void resize(int X, int Y, int W, int H) override; + virtual void resize(int X, int Y, int W, int H); short rows() const { return rows_; } short cols() const { return cols_; } @@ -303,8 +303,8 @@ public: } protected: - virtual void draw() override; - void on_remove(int) override; + virtual void draw(); + void on_remove(int); virtual void draw_grid(); // draw grid lines for debugging public: |
