summaryrefslogtreecommitdiff
path: root/FL/Fl_Box.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Box.H')
-rw-r--r--FL/Fl_Box.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Box.H b/FL/Fl_Box.H
index 37bef87ca..1023e7d77 100644
--- a/FL/Fl_Box.H
+++ b/FL/Fl_Box.H
@@ -33,7 +33,7 @@
*/
class FL_EXPORT Fl_Box : public Fl_Widget {
protected:
- void draw() FL_OVERRIDE;
+ void draw() override;
public:
/**
Creates a new Fl_Box widget with the given coordinates, size, and label.
@@ -72,7 +72,7 @@ public:
*/
Fl_Box(Fl_Boxtype B, int X, int Y, int W, int H, const char *L);
- int handle(int) FL_OVERRIDE;
+ int handle(int) override;
};
#endif