From 8a46452a700fa5a8d6fc3bd9308bf483cd715de1 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 8 Aug 2013 09:19:36 -0400 Subject: Move template parameter in Thread to a more logical scope location. --- node/UdpSocket.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/UdpSocket.hpp') 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 _thread; + Thread _thread; void (*_packetHandler)(UdpSocket *,void *,const InetAddress &,const void *,unsigned int); void *_arg; int _localPort; -- cgit v1.2.3