From 0e6b18ff9180fc7794cea53d0566411b9afb0d7e Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Sun, 21 Oct 2018 19:18:08 +0100 Subject: Fix warnings from Doxygen. --- include/inspsocket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/inspsocket.h') 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 */ -- cgit v1.2.3