fix release asserts build

This commit is contained in:
Arvid Norberg 2014-01-06 06:12:01 +00:00
parent ae7bb20170
commit f6971ad056
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ namespace libtorrent
file_set m_files;
mutex m_mutex;
#ifdef TORRENT_DEBUG
#if defined TORRENT_DEBUG || TORRENT_RELEASE_ASSERTS
int m_in_use;
#endif