diff --git a/orbis-kernel/include/orbis/note.hpp b/orbis-kernel/include/orbis/note.hpp index eda954d77..db11c9b2c 100644 --- a/orbis-kernel/include/orbis/note.hpp +++ b/orbis-kernel/include/orbis/note.hpp @@ -75,7 +75,7 @@ struct EventEmitter; struct KQueue; struct KNote { shared_mutex mutex; - Ref queue; + KQueue *queue; Ref file; KEvent event{}; bool enabled = true;