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 71563abfa..294bc1e1f 100644 --- a/include/users.h +++ b/include/users.h @@ -151,7 +151,7 @@ class userrec : public connection */ char modes[54]; - std::vector<ucrec> chans; + std::vector<ucrec*> chans; /** The server the user is connected to. */ |