diff options
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/users.h b/include/users.h index 185100f4d..db0d42818 100644 --- a/include/users.h +++ b/include/users.h @@ -20,7 +20,7 @@ struct u_chaninfolist { }; /* Online user and channel data. */ -class User +class User : public Extensible { public: // XXX: exposing a tiny bit too much User *next, *prev; |