core: Initialize several structs that make use of Common::UUID.

This commit is contained in:
bunnei
2019-12-14 01:01:48 -05:00
parent 624a0f7f3f
commit 5135b74179
5 changed files with 101 additions and 100 deletions

View File

@ -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 {