mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-30 23:49:28 +02:00
... for functions in final classes. override is like const -- it's not necessary, but it helps the compiler to catch mistakes. There may be some overriding functions not explicitly declared virtual and I did not identify such cases, in which I might also add override.