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 64ebd5fb7..30fa937fb 100644 --- a/include/users.h +++ b/include/users.h @@ -398,7 +398,7 @@ class userrec : public connection /** Used to hold WHOWAS information */ -class WhoWasGroup +class WhoWasGroup : public classbase { public: char* host; |