diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-01-20 21:54:26 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-01-20 21:54:26 +0100 |
commit | b73e13d70477549bfb970fc4fc005473223a4402 (patch) | |
tree | 849a167c41b197d769666d093ed18cc386aafa5e /src/UdpSocket.h | |
parent | ca4fb30104c5f883794c40f2516636447ea5dd0f (diff) | |
download | dabmux-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.h | 2 |
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; |