Skip to content

Commit

Permalink
Fix core #1935
Browse files Browse the repository at this point in the history
  • Loading branch information
pmconrad committed Aug 19, 2019
1 parent 91d8772 commit 7b37cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fc/network/tcp_socket.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ namespace fc {
#ifdef _WIN64
fc::fwd<impl,0xa8> my;
#else
fc::fwd<impl,0x54> my;
fc::fwd<impl,0x60> my;
#endif
};
typedef std::shared_ptr<tcp_socket> tcp_socket_ptr;
Expand Down

0 comments on commit 7b37cd6

Please sign in to comment.