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: | |||
| 41 | virtual TypeObj GetTypeObj() const { \ | 41 | virtual TypeObj GetTypeObj() const { \ |
| 42 | return GetStaticTypeObj(); \ | 42 | return GetStaticTypeObj(); \ |
| 43 | } \ | 43 | } \ |
| 44 | virtual const char* GetTypeName() { \ | 44 | virtual const char* GetTypeName() const { \ |
| 45 | return GetStaticTypeName(); \ | 45 | return GetStaticTypeName(); \ |
| 46 | } \ | 46 | } \ |
| 47 | \ | 47 | \ |