mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:47:35 +00:00
LibCore: Default-initialize the FileWatcher event mask
This commit is contained in:
parent
8419ca8b78
commit
91cbdc67de
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ struct FileWatcherEvent {
|
|||
ChildCreated = 1 << 3,
|
||||
ChildDeleted = 1 << 4,
|
||||
};
|
||||
Type type;
|
||||
Type type { Type::Invalid };
|
||||
DeprecatedString event_path;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue