Browse Source

Removed const from ProfileBase Invalidate

David Marcec 8 năm trước cách đây
mục cha
commit
d0b2950434
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/core/hle/service/acc/profile_manager.h

+ 1 - 1
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);