core: Initialize several structs that make use of Common::UUID.
This commit is contained in:
parent
624a0f7f3f
commit
5135b74179
5 changed files with 101 additions and 100 deletions
|
@ -241,7 +241,7 @@ private:
|
|||
bool has_received_friend_request;
|
||||
};
|
||||
|
||||
Common::UUID uuid;
|
||||
Common::UUID uuid{Common::INVALID_UUID};
|
||||
Kernel::EventPair notification_event;
|
||||
std::queue<SizedNotificationInfo> notifications;
|
||||
States states{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue