mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-11 05:38:49 -04:00
fixup! hle: kernel: Add initial impl. of KAutoObject.
This commit is contained in:
@@ -41,7 +41,7 @@ public:
|
|||||||
virtual TypeObj GetTypeObj() const { \
|
virtual TypeObj GetTypeObj() const { \
|
||||||
return GetStaticTypeObj(); \
|
return GetStaticTypeObj(); \
|
||||||
} \
|
} \
|
||||||
virtual const char* GetTypeName() { \
|
virtual const char* GetTypeName() const { \
|
||||||
return GetStaticTypeName(); \
|
return GetStaticTypeName(); \
|
||||||
} \
|
} \
|
||||||
\
|
\
|
||||||
|
|||||||
Reference in New Issue
Block a user