summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-16 11:31:58 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-16 11:31:58 +0000
commit55bd1494b060dba7c266b91824f3fcce64a4d7a8 (patch)
tree5b92ec6b2c20e917a0bd3fe2b31327d545067e17 /include/modules.h
parent31ea95dfe605d5bcd8e7496bfaa264c68e4ea0dd (diff)
Removed __single_client_alloc again because gcc devs were smoking crack and removed it
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1406 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h
index 26fea050d..da2bfe023 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -69,7 +69,7 @@ typedef file_cache string_list;
/** Holds a list of users in a channel
*/
-typedef std::deque<userrec*, __single_client_alloc> chanuserlist;
+typedef std::deque<userrec*> chanuserlist;
// This #define allows us to call a method in all