diff --git a/LibGUI/GEventLoop.h b/LibGUI/GEventLoop.h index 4e235aa21d..08842ce0c8 100644 --- a/LibGUI/GEventLoop.h +++ b/LibGUI/GEventLoop.h @@ -68,7 +68,7 @@ private: ByteBuffer extra_data; }; - Vector m_unprocessed_bundles; + Vector m_unprocessed_bundles; static pid_t s_server_pid; static int s_my_client_id; static int s_event_fd;