build fix

This commit is contained in:
Arvid Norberg 2015-04-19 13:24:10 +00:00
parent bf32895de9
commit 2e14e413ea
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ namespace libtorrent
#ifndef BOOST_NO_EXCEPTIONS
// internal
BOOST_NORETURN inline void throw_type_error()
TORRENT_NO_RETURN inline void throw_type_error()
{
throw libtorrent_exception(error_code(errors::invalid_entry_type
, get_libtorrent_category()));