fix inflate_gzip export for unit test

This commit is contained in:
Arvid Norberg 2014-05-03 07:57:36 +00:00
parent fc60391f53
commit 52463ddd1d
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ namespace libtorrent
} }
// TODO: 2 it would be nice to use proper error handling here // TODO: 2 it would be nice to use proper error handling here
bool inflate_gzip( TORRENT_EXTRA_EXPORT bool inflate_gzip(
char const* in char const* in
, int size , int size
, std::vector<char>& buffer , std::vector<char>& buffer