0
0
mirror of https://git.tardis.systems/mirrors/yuzu.git synced 2025-01-03 03:54:45 +00:00

fixup! hle: kernel: Add initial impl. of KAutoObject.

This commit is contained in:
bunnei 2021-05-01 12:27:13 -07:00
parent 91d8657959
commit 9bae3992e6

View File

@ -41,7 +41,7 @@ public:
virtual TypeObj GetTypeObj() const { \
return GetStaticTypeObj(); \
} \
virtual const char* GetTypeName() { \
virtual const char* GetTypeName() const { \
return GetStaticTypeName(); \
} \
\