aboutsummaryrefslogtreecommitdiff
path: root/src/ClientInternal.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/ClientInternal.hxx')
-rw-r--r--src/ClientInternal.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ClientInternal.hxx b/src/ClientInternal.hxx
index f8944b65..5e41333e 100644
--- a/src/ClientInternal.hxx
+++ b/src/ClientInternal.hxx
@@ -27,7 +27,7 @@
#include <set>
#include <string>
-#include <deque>
+#include <list>
#include <glib.h>
@@ -97,7 +97,7 @@ public:
/**
* A list of messages this client has received.
*/
- std::deque<ClientMessage> messages;
+ std::list<ClientMessage> messages;
Client(struct player_control *player_control,
int fd, int uid, int num);