summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/types/char_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/mii/types/char_info.h')
-rw-r--r--src/core/hle/service/mii/types/char_info.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/hle/service/mii/types/char_info.h b/src/core/hle/service/mii/types/char_info.h
index 5741b5089..cdebb1c9d 100644
--- a/src/core/hle/service/mii/types/char_info.h
+++ b/src/core/hle/service/mii/types/char_info.h
@@ -8,7 +8,8 @@
namespace Service::Mii {
// This is nn::mii::detail::CharInfoRaw
-struct CharInfo {
+class CharInfo {
+public:
Common::UUID create_id;
Nickname name;
u16 null_terminator;