forked from premiere/premiere-libtorrent
build fix
This commit is contained in:
parent
bf32895de9
commit
2e14e413ea
|
@ -307,7 +307,7 @@ namespace libtorrent
|
||||||
|
|
||||||
#ifndef BOOST_NO_EXCEPTIONS
|
#ifndef BOOST_NO_EXCEPTIONS
|
||||||
// internal
|
// 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
|
throw libtorrent_exception(error_code(errors::invalid_entry_type
|
||||||
, get_libtorrent_category()));
|
, get_libtorrent_category()));
|
||||||
|
|
Loading…
Reference in New Issue