diff options
| author | 2008-01-15 16:06:35 +0000 | |
|---|---|---|
| committer | 2008-01-15 16:06:35 +0000 | |
| commit | f059ceea21e2d8e421080e8a9f7dce7dbaa69da8 (patch) | |
| tree | 8f2d6888ddb65be151c6114296a1e13f4b0ab842 /include | |
| parent | CullList: Don't try quit everyone. Speed/resource use enhancement on netsplits.. (diff) | |
CullList -> CullItem *
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8712 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
| -rw-r--r-- | include/cull_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cull_list.h b/include/cull_list.h index d2a4d15e4..eb670580e 100644 --- a/include/cull_list.h +++ b/include/cull_list.h @@ -115,7 +115,7 @@ class CoreExport CullList : public classbase * See the information for CullItem for * more information. */ - std::vector<CullItem> list; + std::vector<CullItem *> list; public: /** Constructor. |
