X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fcull_list.h;h=adc9fe8d5c954f351a40201858e55ecfff2e1276;hb=2329d59b09cdc05b0b403f7d313df65492e1813b;hp=72b5d3f55b11ca72802c55d18fe74960140efdd3;hpb=002ee20d3d3885c4c84ab8d098ece222e936e259;p=user%2Fhenk%2Fcode%2Finspircd.git 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.