summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LibGUI/GEventLoop.h2
1 files changed, 1 insertions, 1 deletions
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<IncomingWSMessageBundle, 64> m_unprocessed_bundles;
+ Vector<IncomingWSMessageBundle> m_unprocessed_bundles;
static pid_t s_server_pid;
static int s_my_client_id;
static int s_event_fd;