diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/usermanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<User*> OperList; + typedef std::vector<User*> OperList; private: /** Map of IP addresses for clone counting |