fix release build

This commit is contained in:
Arvid Norberg 2013-06-29 05:53:17 +00:00
parent 410ef08e6a
commit b03300201b
1 changed files with 2 additions and 0 deletions

View File

@ -1210,6 +1210,8 @@ namespace libtorrent
{}
bool used;
#else
handler_storage() {}
#endif
boost::aligned_storage<Size> bytes;
};