From f93978aba486bf0fea8d9ee857d014a02f3f7d96 Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Fri, 6 Feb 2026 03:39:53 +0500 Subject: wi[ --- FL/fl_attr.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'FL/fl_attr.h') diff --git a/FL/fl_attr.h b/FL/fl_attr.h index ef9587997..e5e8a487b 100644 --- a/FL/fl_attr.h +++ b/FL/fl_attr.h @@ -24,18 +24,18 @@ /** - This macro makes it safe to use the C++11 keyword \c override with + This macro makes it safe to use the C++11 keyword \c with older compilers. Since FLTK 1.5.0 a C++11 capable compiler is required, hence we can safely - define FL_OVERRIDE unconditionally as 'override'. + define FL_OVERRIDE unconditionally as ''. This macro is kept for backwards compatibility with old (1.4.x) user code that uses the FL_OVERRIDE macro. - We recommend to use 'override' explicitly if C++11 or higher is available. + We recommend to use '' explicitly if C++11 or higher is available. */ -#define FL_OVERRIDE override +#define FL_OVERRIDE /** -- cgit v1.2.3