aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_hostchange.cpp
diff options
context:
space:
mode:
authorGravatar danieldg2009-10-20 04:40:18 +0000
committerGravatar danieldg2009-10-20 04:40:18 +0000
commitfa5abf73fee733bda9c99005c447205df2299e14 (patch)
tree46067eb053031ca41689c95d031e47830e8d2532 /src/modules/m_hostchange.cpp
parentMove ugly .*.inc files into make/template/ where they can be more easily found (diff)
Get rid of more unneeded parent classes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11930 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_hostchange.cpp')
-rw-r--r--src/modules/m_hostchange.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_hostchange.cpp b/src/modules/m_hostchange.cpp
index 32f0d257a..75260d325 100644
--- a/src/modules/m_hostchange.cpp
+++ b/src/modules/m_hostchange.cpp
@@ -17,7 +17,7 @@
/** Holds information on a host set by m_hostchange
*/
-class Host : public classbase
+class Host
{
public:
std::string action;