diff options
-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 4d7994e8e..b3afed688 100644 --- a/include/users.h +++ b/include/users.h @@ -367,7 +367,7 @@ class CoreExport User : public Extensible unsigned int quitting:1; /** What type of user is this? */ - const UserType usertype:2; + const unsigned int usertype:2; /** Get client IP string from sockaddr, using static internal buffer * @return The IP string |