summaryrefslogtreecommitdiff
path: root/include/cull_list.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-07-10 19:02:06 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-07-10 19:02:06 +0000
commitac39617c087139f2d89aeb9e36565139b4410672 (patch)
tree4784bebe031e02d1c774047e77425993254169f9 /include/cull_list.h
parent62b550f653ca674bb84eaac77fcdbc4bfc84f135 (diff)
Inherit just about everything from classbase
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4299 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/cull_list.h')
-rw-r--r--include/cull_list.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cull_list.h b/include/cull_list.h
index 72b5d3f55..adc9fe8d5 100644
--- a/include/cull_list.h
+++ b/include/cull_list.h
@@ -33,7 +33,7 @@
* a list of users which are to be culled when a long
* operation (such as a netsplit) has completed.
*/
-class CullItem
+class CullItem : public classbase
{
private:
/** Holds a pointer to the user,
@@ -76,7 +76,7 @@ class CullItem
* you attempt to add the same user twice, then the second
* attempt will be ignored.
*/
-class CullList
+class CullList : public classbase
{
private:
/** Holds a list of users being quit.