Browse Source

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

nce_cpp
bunnei 5 years ago
parent
commit
335794e7ec
  1. 2
      src/core/hle/kernel/k_auto_object.h

2
src/core/hle/kernel/k_auto_object.h

@ -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