mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 13:37:47 +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:
|
private:
|
||||||
// NOTE: This is public and virtual in Nintendo's kernel.
|
// NOTE: This is public and virtual in Nintendo's kernel.
|
||||||
void Finalize() {
|
void Finalize() override {
|
||||||
m_mappings.Finalize();
|
m_mappings.Finalize();
|
||||||
|
|
||||||
if (m_thread) {
|
if (m_thread) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue