some compilers need more space
This commit is contained in:
parent
9fa6e8a430
commit
285913bce0
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ namespace fc {
|
|||
friend class tcp_server;
|
||||
class impl;
|
||||
#ifdef _WIN64
|
||||
fc::fwd<impl,0x70> my;
|
||||
fc::fwd<impl,0x78> my;
|
||||
#else
|
||||
fc::fwd<impl,0x4c> my;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue