Skip to content

Commit 7b37cd6

Browse files
committed
Fix core #1935
1 parent 91d8772 commit 7b37cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/fc/network/tcp_socket.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ namespace fc {
5353
#ifdef _WIN64
5454
fc::fwd<impl,0xa8> my;
5555
#else
56-
fc::fwd<impl,0x54> my;
56+
fc::fwd<impl,0x60> my;
5757
#endif
5858
};
5959
typedef std::shared_ptr<tcp_socket> tcp_socket_ptr;

0 commit comments

Comments
 (0)