Skip to content
Snippets Groups Projects
Commit 350f6e0a authored by Lioncash's avatar Lioncash
Browse files

profile_manager: Use INVALID_UUID in the initializer of last_opened_user

Makes it a little bit more self-documenting.
parent 9d8f19d7
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ private:
size_t user_count = 0;
boost::optional<size_t> AddToProfiles(const ProfileInfo& profile);
bool RemoveProfileAtIndex(size_t index);
UUID last_opened_user{0, 0};
UUID last_opened_user{INVALID_UUID};
};
}; // namespace Service::Account
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