]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/typedefs.h
Merge pull request #1018 from SaberUK/insp20+hidekills
[user/henk/code/inspircd.git] / include / typedefs.h
index 250bec5c9fe594ca26ff8fcf97ed44ef50bc1da6..06f704120126309a93114d0996ea20d24139e75e 100644 (file)
@@ -66,7 +66,7 @@ struct ResourceRecord;
 
 /** A list holding local users, this is the type of UserManager::local_users
  */
-typedef std::vector<LocalUser*> LocalUserList;
+typedef std::list<LocalUser*> LocalUserList;
 
 /** A list of failed port bindings, used for informational purposes on startup */
 typedef std::vector<std::pair<std::string, std::string> > FailedPortList;