fix release asserts build
This commit is contained in:
parent
ae7bb20170
commit
f6971ad056
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue