diff options
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 /** |
