]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_banredirect.cpp
A load of classes dont inherit from classbase, and they should. fix.
[user/henk/code/inspircd.git] / src / modules / m_banredirect.cpp
index f0b139031aa8c76e216790e0c14c4f17cab08307..047c55e7f9f292a3eefe0172b3365fa2d7ccdb4f 100644 (file)
@@ -19,7 +19,7 @@
 /* Originally written by Om, January 2008
  */
 
-class BanRedirectEntry
+class BanRedirectEntry : public classbase
 {
  public:
        std::string targetchan;