From 3cf5a302fd2225b8d2622eb40e91262f4e7557c1 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 8 Jul 2025 14:59:37 +0200 Subject: Replace 'FL_OVERRIDE' with 'override' in public headers ... except FL/fl_attr.h where FL_OVERRIDE is #define'd --- FL/Fl_Tree.H | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'FL/Fl_Tree.H') diff --git a/FL/Fl_Tree.H b/FL/Fl_Tree.H index 6c2b7bf3c..d9b2a47aa 100644 --- a/FL/Fl_Tree.H +++ b/FL/Fl_Tree.H @@ -312,14 +312,14 @@ protected: // undocmented draw_tree() dropped -- draw() does all the work now // draw() has to be protected per FLTK convention (was public in 1.3.x) - void draw() FL_OVERRIDE; + void draw() override; public: Fl_Tree(int X, int Y, int W, int H, const char *L=0); ~Fl_Tree(); - int handle(int e) FL_OVERRIDE; + int handle(int e) override; void show_self(); - void resize(int,int,int,int) FL_OVERRIDE; + void resize(int,int,int,int) override; /////////////////////// // root methods -- cgit v1.2.3