aboutsummaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp
index 8828994d0..eba46f4c4 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -714,7 +714,7 @@ const std::string& User::GetRealName() const
return realname;
}
-irc::sockets::cidr_mask User::GetCIDRMask()
+irc::sockets::cidr_mask User::GetCIDRMask() const
{
unsigned char range = 0;
switch (client_sa.family())