Jonathan M Davis: > override is required if you compile with -w. If you don't use -w, the > compiler > won't complain, but I'm not sure that it actually overrides the function in > that > case. So, yes override should be there.
override will become obligatory, Andrei and Walter agree with this change, so always (when possible) use it. See also bug 3836. Bye, bearophile