diff options
author | Peter Powell <petpow@saberuk.com> | 2018-10-21 19:18:08 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-10-21 19:18:08 +0100 |
commit | 0e6b18ff9180fc7794cea53d0566411b9afb0d7e (patch) | |
tree | e1e04786d6239f5b2af8b5387147121b822a172f /include/inspsocket.h | |
parent | 98a80a730e21c6711d8ac14b16aaf6aad50da6c7 (diff) |
Fix warnings from Doxygen.
Diffstat (limited to 'include/inspsocket.h')
-rw-r--r-- | include/inspsocket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inspsocket.h b/include/inspsocket.h index 5bdbfd652..d88c350ba 100644 --- a/include/inspsocket.h +++ b/include/inspsocket.h @@ -301,7 +301,7 @@ class CoreExport StreamSocket : public EventHandler * @param local The new local endpoint. * @param remote The new remote endpoint. */ - virtual void OnSetEndPoint(const irc::sockets::sockaddrs& server, const irc::sockets::sockaddrs& remote) { } + virtual void OnSetEndPoint(const irc::sockets::sockaddrs& local, const irc::sockets::sockaddrs& remote) { } /** Send the given data out the socket, either now or when writes unblock */ |