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(); \
} \
\