diff options
Diffstat (limited to 'src/users.cpp')
-rw-r--r-- | src/users.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/users.cpp b/src/users.cpp index 5887bba2f..3e9c2309f 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -25,8 +25,8 @@ user_map UserListByNick, UserListByUID; -int OperCount = 0; -unsigned MaxUserCount = 0; +size_t OperCount = 0; +size_t MaxUserCount = 0; time_t MaxUserTime = 0; std::list<User *> User::quitting_users; |