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_Browser_.H | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'FL/Fl_Browser_.H') diff --git a/FL/Fl_Browser_.H b/FL/Fl_Browser_.H index 5db510ffd..75760c579 100644 --- a/FL/Fl_Browser_.H +++ b/FL/Fl_Browser_.H @@ -206,7 +206,7 @@ protected: int leftedge() const; // x position after scrollbar & border void *find_item(int ypos); // item under mouse - void draw() FL_OVERRIDE; + void draw() override; Fl_Browser_(int X,int Y,int W,int H,const char *L=0); public: @@ -232,8 +232,8 @@ public: */ Fl_Scrollbar hscrollbar; - int handle(int event) FL_OVERRIDE; - void resize(int X,int Y,int W,int H) FL_OVERRIDE; + int handle(int event) override; + void resize(int X,int Y,int W,int H) override; int select(void *item,int val=1,int docallbacks=0); int select_only(void *item,int docallbacks=0); -- cgit v1.2.3