summaryrefslogtreecommitdiff
path: root/include/channels.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/channels.h')
-rw-r--r--include/channels.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channels.h b/include/channels.h
index c0df69513..9cce9feb3 100644
--- a/include/channels.h
+++ b/include/channels.h
@@ -188,7 +188,7 @@ class chanrec : public Extensible
* a userrec and chanrec class. The uc_modes member holds a bitmask of which privilages the user
* has on the channel, such as op, voice, etc.
*/
-class ucrec : public classbase
+class ucrec : public Extensible
{
public:
/** Contains a bitmask of the UCMODE_OP ... UCMODE_FOUNDER values.