Ndk/BaseSystem: Fix destructor not being virtual
Former-commit-id: e430f12f56a36b0d2dee1c1525cf98fc97cb8de6
This commit is contained in:
parent
2a6ec829fe
commit
1e0681ef2a
|
|
@ -25,7 +25,7 @@ namespace Ndk
|
|||
inline BaseSystem(SystemIndex systemId);
|
||||
inline BaseSystem(const BaseSystem&);
|
||||
BaseSystem(BaseSystem&&) noexcept = default;
|
||||
~BaseSystem();
|
||||
virtual ~BaseSystem();
|
||||
|
||||
virtual BaseSystem* Clone() const = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue