]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/cull_list.h
CullList -> CullItem *
[user/henk/code/inspircd.git] / include / cull_list.h
index 69836272dab6264ea7fdefd8b188a0decb5040c0..eb670580e941e40e7ab68f5a40031ae53b5a401b 100644 (file)
@@ -2,7 +2,7 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2007 InspIRCd Development Team
+ *  InspIRCd: (C) 2002-2008 InspIRCd Development Team
  * See: http://www.inspircd.org/wiki/index.php/Credits
  *
  * This program is free but copyrighted software; see
@@ -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.