This is to avoid conflict with std::bind introduced in C++11wx
@@ -340,7 +340,7 @@ void TCPListener::open() { | |||
if(!OpenStage2Complete) { // Do this stage only once. | |||
int result = // Bind our socket to the LocalAddress. | |||
bind( | |||
::bind( | |||
Handle, | |||
LocalAddress.getPtr_sockaddr(), | |||
LocalAddress.getAddressSize()); |