diff --git a/include/libtorrent/alert_types.hpp b/include/libtorrent/alert_types.hpp index 1652fd0db..5a7b74db3 100644 --- a/include/libtorrent/alert_types.hpp +++ b/include/libtorrent/alert_types.hpp @@ -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;