mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-29 06:53:33 +08:00
core: Initialize several structs that make use of Common::UUID.
This commit is contained in:
@@ -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{};
|
||||
|
||||
Reference in New Issue
Block a user