Skip to content

Commit

Permalink
Merge pull request #147 from bitshares/jmj_winfix
Browse files Browse the repository at this point in the history
Increase size for Boost 1.70
  • Loading branch information
jmjatlanta authored Aug 13, 2019
2 parents f7a1e53 + 8426b45 commit 91d8772
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 @@ -51,7 +51,7 @@ namespace fc {
friend class tcp_server;
class impl;
#ifdef _WIN64
fc::fwd<impl,0x98> my;
fc::fwd<impl,0xa8> my;
#else
fc::fwd<impl,0x54> my;
#endif
Expand Down

0 comments on commit 91d8772

Please sign in to comment.