From f059ceea21e2d8e421080e8a9f7dce7dbaa69da8 Mon Sep 17 00:00:00 2001 From: w00t Date: Tue, 15 Jan 2008 16:06:35 +0000 Subject: CullList -> CullItem * git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8712 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/cull_list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 list; + std::vector list; public: /** Constructor. -- cgit v1.2.3