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.h2
1 files changed, 1 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 4f70edc24..65a7707d3 100644
--- a/src/core/hle/service/mii/types/char_info.h
+++ b/src/core/hle/service/mii/types/char_info.h
@@ -13,7 +13,7 @@ class CharInfo {
public:
void SetFromStoreData(const StoreData& store_data_raw);
- u32 Verify() const;
+ ValidationResult Verify() const;
Common::UUID GetCreateId() const;
Nickname GetNickname() const;