mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 04:25:45 +00:00
k_session_request: Add missing override specifier
This commit is contained in:
parent
4432989177
commit
47160b51fb
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ public:
|
|||
|
||||
private:
|
||||
// NOTE: This is public and virtual in Nintendo's kernel.
|
||||
void Finalize() {
|
||||
void Finalize() override {
|
||||
m_mappings.Finalize();
|
||||
|
||||
if (m_thread) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue