diff options
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h index df971b611..48e360114 100644 --- a/include/modules.h +++ b/include/modules.h @@ -599,7 +599,7 @@ class Server : public classbase /** Fetches the userlist of a channel. This function must be here and not a member of userrec or * chanrec due to include constraints. */ - virtual chanuserlist Server::GetUsers(chanrec* chan); + virtual chanuserlist GetUsers(chanrec* chan); }; |