X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fchannels.h;h=365cdeabd1a2c1f09a7dd646ce82fb0a11ab0dbf;hb=7c2adcb46a01c7cf0f0e6f5aeeef070232e7d222;hp=be872b7fe7bb55dca3cda73d5e466835a4e4294a;hpb=a3e0768758ca68429a29d9c78ce672f2d938c6e7;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/channels.h b/include/channels.h index be872b7fe..365cdeabd 100644 --- a/include/channels.h +++ b/include/channels.h @@ -149,7 +149,7 @@ class CoreExport Channel : public Extensible * * @return The number of users on this channel */ - long GetUserCounter() const { return userlist.size(); } + size_t GetUserCounter() const { return userlist.size(); } /** Add a user pointer to the internal reference list * @param user The user to add