mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 13:55:46 +00:00
core: Initialize several structs that make use of Common::UUID.
This commit is contained in:
parent
5b2b762ec9
commit
9431286523
5 changed files with 101 additions and 100 deletions
|
@ -211,7 +211,7 @@ protected:
|
|||
}
|
||||
|
||||
ProfileManager& profile_manager;
|
||||
Common::UUID user_id; ///< The user id this profile refers to.
|
||||
Common::UUID user_id{Common::INVALID_UUID}; ///< The user id this profile refers to.
|
||||
};
|
||||
|
||||
class IProfile final : public IProfileCommon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue