summaryrefslogtreecommitdiff
path: root/src/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket.h')
-rw-r--r--src/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socket.h b/src/socket.h
index ba88b0142..7d35a32da 100644
--- a/src/socket.h
+++ b/src/socket.h
@@ -115,7 +115,7 @@ class UDPSocket
public:
UDPSocket(bool ipv6);
~UDPSocket();
- void Bind(unsigned short port);
+ void Bind(Address addr);
//void Close();
//bool IsOpen();
void Send(const Address & destination, const void * data, int size);