From 8f31b0cf2a753cd7b6af8fd1dc730d0693ebeb90 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Tue, 25 Mar 2014 11:03:29 +0100 Subject: Change storage of UserManager::all_opers to be a vector --- include/usermanager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/usermanager.h b/include/usermanager.h index 57306c8fb..a419916f2 100644 --- a/include/usermanager.h +++ b/include/usermanager.h @@ -37,7 +37,7 @@ class CoreExport UserManager /** Sequence container in which each element is a User* */ - typedef std::list OperList; + typedef std::vector OperList; private: /** Map of IP addresses for clone counting -- cgit v1.2.3