瀏覽代碼

Changed bind function to global namespace

This is to avoid conflict with std::bind introduced in C++11
wx
Wombat 5 年之前
父節點
當前提交
04f99e5690
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      networking.cpp

+ 1
- 1
networking.cpp 查看文件

@@ -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());

Loading…
取消
儲存