fix missing function export alert_name

This commit is contained in:
arvidn 2020-04-28 09:46:42 +02:00 committed by Arvid Norberg
parent e2501c061d
commit cf5aa4abbf
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ namespace libtorrent {
#endif
// internal
TORRENT_EXTRA_EXPORT char const* alert_name(int alert_type);
TORRENT_EXPORT char const* alert_name(int alert_type);
// user defined alerts should use IDs greater than this
constexpr int user_alert_id = 10000;