audacia/src/blockfile
Paul Licameli 990080ae7d Replace virtual with override wherever possible; eliminate needless virtual...
... 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.
2016-02-26 12:35:38 -05:00
..
LegacyAliasBlockFile.cpp Sweep unnecessary wxString copies: blockfile 2016-02-23 01:40:29 -05:00
LegacyAliasBlockFile.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
LegacyBlockFile.cpp uses 2016-02-25 20:18:31 -05:00
LegacyBlockFile.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
ODDecodeBlockFile.cpp "new"->"NEW" in comments, easier to find remaining naked operator new 2016-02-14 18:52:41 -05:00
ODDecodeBlockFile.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
ODPCMAliasBlockFile.cpp "new"->"NEW" in comments, easier to find remaining naked operator new 2016-02-14 18:52:41 -05:00
ODPCMAliasBlockFile.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
PCMAliasBlockFile.cpp uses 2016-02-25 20:18:31 -05:00
PCMAliasBlockFile.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
SilentBlockFile.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
SilentBlockFile.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
SimpleBlockFile.cpp uses 2016-02-25 20:18:31 -05:00
SimpleBlockFile.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00