From b73e13d70477549bfb970fc4fc005473223a4402 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 20 Jan 2014 21:54:26 +0100 Subject: fix some cppcheck errors --- src/UdpSocket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/UdpSocket.h') diff --git a/src/UdpSocket.h b/src/UdpSocket.h index a500606..d96e01e 100644 --- a/src/UdpSocket.h +++ b/src/UdpSocket.h @@ -115,7 +115,7 @@ class UdpPacket { void setSize(unsigned newSize); InetAddress &getAddress(); // Not implemented - const UdpPacket &operator=(const UdpPacket&); + const UdpPacket& operator=(const UdpPacket&); private: char *dataBuf; -- cgit v1.2.3