diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-06 03:39:53 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-06 03:39:53 +0500 |
| commit | f93978aba486bf0fea8d9ee857d014a02f3f7d96 (patch) | |
| tree | 44d4626c2d56666056983d8fedf1b897f4ecf249 /FL/fl_attr.h | |
| parent | ddba971ebb304512ba9e0a01b77ec71b59b977b6 (diff) | |
wi[
Diffstat (limited to 'FL/fl_attr.h')
| -rw-r--r-- | FL/fl_attr.h | 8 |
1 files changed, 4 insertions, 4 deletions
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 /** |
