Skip to content
Snippets Groups Projects
Commit d0b29504 authored by David Marcec's avatar David Marcec
Browse files

Removed const from ProfileBase Invalidate

parent 42431d2a
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ struct ProfileBase { ...@@ -65,7 +65,7 @@ struct ProfileBase {
u64_le timestamp; u64_le timestamp;
std::array<u8, 0x20> username; std::array<u8, 0x20> username;
const void Invalidate() { void Invalidate() {
user_uuid.Invalidate(); user_uuid.Invalidate();
timestamp = 0; timestamp = 0;
username.fill(0); username.fill(0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment