Skip to content
Snippets Groups Projects
Commit 27101536 authored by Albrecht Schlosser's avatar Albrecht Schlosser
Browse files

Define FL_OVERRIDE unconditionally as 'override'

FLTK 1.5 requires at least C++11, hence we can always use 'override'.

To do: the FL_OVERRIDE macro can be replaced by 'override' everywhere
in the FLTK code. There are more than 2400 occurrences and this
would be a large commit. Therefore it's not done right now...

Note: user code may continue to use FL_OVERRIDE.
parent dc07f927
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment