compatibility with VS2013

This commit is contained in:
orignal 2014-09-14 11:38:34 -04:00
parent 92eb048adb
commit d8fb0a23c8
2 changed files with 6 additions and 6 deletions

View file

@ -14,7 +14,7 @@ namespace i2p
namespace proxy
{
constexpr size_t socks_buffer_size = 8192;
const size_t socks_buffer_size = 8192;
class SOCKS4AHandler {