summaryrefslogtreecommitdiff
path: root/node/UdpSocket.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/UdpSocket.hpp')
-rw-r--r--node/UdpSocket.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/UdpSocket.hpp b/node/UdpSocket.hpp
index fcf13e24..c6200eac 100644
--- a/node/UdpSocket.hpp
+++ b/node/UdpSocket.hpp
@@ -94,7 +94,7 @@ public:
throw();
private:
- Thread<UdpSocket> _thread;
+ Thread _thread;
void (*_packetHandler)(UdpSocket *,void *,const InetAddress &,const void *,unsigned int);
void *_arg;
int _localPort;