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

pull/8/head
bunnei 4 years ago
parent 91d8657959
commit 9bae3992e6

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

Loading…
Cancel
Save