Explorar el Código

Removed const from ProfileBase Invalidate

David Marcec hace 8 años
padre
commit
d0b2950434
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);