]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/channelmanager.h
Fix null dereference caused by tracking dummy
[user/henk/code/inspircd.git] / include / channelmanager.h
index 55831b171c5a820e410a4e37385704c93805679a..94f119e63a7c89d9711ebe658cb6d7160e691569 100644 (file)
@@ -3,7 +3,7 @@
  *       +------------------------------------+
  *
  *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
- * See: http://www.inspircd.org/wiki/index.php/Credits
+ * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
  *         the file COPYING for details.
  * the container which holds them. For some reason, nobody finished this.
  * TODO: Finish in future release!
  */
-class CoreExport ChannelManager : public Extensible
+class CoreExport ChannelManager
 {
- private:
-       InspIRCd *ServerInstance;
  public:
        /** Constructor
         */
-       ChannelManager(InspIRCd *Instance) : ServerInstance(Instance)
+       ChannelManager()
        {
        }
 };