diff options
Diffstat (limited to 'include')
-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 0964de9b9..e681ef326 100644 --- a/include/users.h +++ b/include/users.h @@ -486,7 +486,7 @@ class CoreExport User : public EventHandler /** Get port number from sockaddr * @return The port number of this user. */ - int GetPort(); + int GetServerPort(); /** Get IP string from sockaddr, using static internal buffer * @return The IP string |