diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/hle/kernel/k_auto_object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/k_auto_object.h b/src/core/hle/kernel/k_auto_object.h index e99986c68..452325f73 100644 --- a/src/core/hle/kernel/k_auto_object.h +++ b/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(); \ } \ \ |