mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 13:25:45 +00:00
kernel: readable_event: Initialize members.
This commit is contained in:
parent
2aa8c0881a
commit
02a4c4c481
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ private:
|
||||||
void Signal();
|
void Signal();
|
||||||
|
|
||||||
ResetType reset_type;
|
ResetType reset_type;
|
||||||
bool signaled;
|
bool signaled{};
|
||||||
|
|
||||||
std::string name; ///< Name of event (optional)
|
std::string name; ///< Name of event (optional)
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue