mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-28 00:35:34 +00:00
CPUCoreBase: Default the virtual destructor
This commit is contained in:
parent
5369d3c9f1
commit
c738ddc4aa
@ -7,7 +7,7 @@
|
||||
class CPUCoreBase
|
||||
{
|
||||
public:
|
||||
virtual ~CPUCoreBase() {}
|
||||
virtual ~CPUCoreBase() = default;
|
||||
virtual void Init() = 0;
|
||||
virtual void Shutdown() = 0;
|
||||
virtual void ClearCache() = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user