diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-01-15 16:06:35 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-01-15 16:06:35 +0000 |
commit | f059ceea21e2d8e421080e8a9f7dce7dbaa69da8 (patch) | |
tree | 8f2d6888ddb65be151c6114296a1e13f4b0ab842 /include | |
parent | 2cd906702d67862591d5ba57a3da16ec22177b1d (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. |