summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/profile_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/acc/profile_manager.h')
-rw-r--r--src/core/hle/service/acc/profile_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/acc/profile_manager.h b/src/core/hle/service/acc/profile_manager.h
index bbb917cb5..1815d520d 100644
--- a/src/core/hle/service/acc/profile_manager.h
+++ b/src/core/hle/service/acc/profile_manager.h
@@ -65,7 +65,7 @@ struct ProfileBase {
u64_le timestamp;
std::array<u8, 0x20> username;
- const void Invalidate() {
+ void Invalidate() {
user_uuid.Invalidate();
timestamp = 0;
username.fill(0);