summaryrefslogtreecommitdiffstats
path: root/src/UdpSocket.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-01-20 21:54:26 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-01-20 21:54:26 +0100
commitb73e13d70477549bfb970fc4fc005473223a4402 (patch)
tree849a167c41b197d769666d093ed18cc386aafa5e /src/UdpSocket.h
parentca4fb30104c5f883794c40f2516636447ea5dd0f (diff)
downloaddabmux-b73e13d70477549bfb970fc4fc005473223a4402.tar.gz
dabmux-b73e13d70477549bfb970fc4fc005473223a4402.tar.bz2
dabmux-b73e13d70477549bfb970fc4fc005473223a4402.zip
fix some cppcheck errors
Diffstat (limited to 'src/UdpSocket.h')
-rw-r--r--src/UdpSocket.h2
1 files changed, 1 insertions, 1 deletions
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;