diff options
| author | Lioncash <mathew1800@gmail.com> | 2018-05-16 15:57:12 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2018-05-16 15:57:55 -0400 |
| commit | a7b8b15e7f047fe65b218624a181b0a5d92447bd (patch) | |
| tree | 4c97c287f15052a1868ad46e25f76c9d04f1cf0e /Source/Core/VideoCommon/VideoConfig.cpp | |
| parent | b203024a26ac31b9e1a7f16764c75915b29d66b5 (diff) | |
DSPHLE/UCodes: Replace unnecessary virtual keywords with override
Given these HLE classes inherit from a common base with a virtual
destructor, override is more appropriate here, as virtual propagates to
these destructors anyway.
This is also safer. If the base class' destructor is ever made
non-virtual, then these classes will cause a compilation error if they
aren't taken into account, as they'd be overriding a non-virtual
function (the destructor).
Diffstat (limited to 'Source/Core/VideoCommon/VideoConfig.cpp')
0 files changed, 0 insertions, 0 deletions
