]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/channels.h
Convert ConfigTag::CheckRange to a function template.
[user/henk/code/inspircd.git] / include / channels.h
index be872b7fe7bb55dca3cda73d5e466835a4e4294a..365cdeabd1a2c1f09a7dd646ce82fb0a11ab0dbf 100644 (file)
@@ -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