]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modes/cmode_p.h
Fix valgrind issues and crashes on exit
[user/henk/code/inspircd.git] / include / modes / cmode_p.h
index 833ad6ef256a84d8b1c404fed0e4fe6cc3724ae1..64a4c0b3f0f5e74e0a11bcb536d333e826f43e62 100644 (file)
@@ -2,8 +2,8 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2008 InspIRCd Development Team
- * See: http://www.inspircd.org/wiki/index.php/Credits
+ *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
+ * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
  *            the file COPYING for details.
@@ -20,5 +20,5 @@ class InspIRCd;
 class ModeChannelPrivate : public SimpleChannelModeHandler
 {
  public:
-       ModeChannelPrivate(InspIRCd* Instance);
+       ModeChannelPrivate();
 };