Merge pull request #14688 from glassez/file-prio

Correctly forward declare file_prio_alert
This commit is contained in:
Vladimir Golovnev 2021-04-02 11:45:50 +03:00 committed by GitHub
commit 6514eaf565
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,10 +53,9 @@
// file_prio_alert is missing to be forward declared in "libtorrent/fwd.hpp" // file_prio_alert is missing to be forward declared in "libtorrent/fwd.hpp"
namespace libtorrent namespace libtorrent
{ {
inline namespace v2 TORRENT_VERSION_NAMESPACE_3
{ struct file_prio_alert;
struct file_prio_alert; TORRENT_VERSION_NAMESPACE_3_END
}
} }
#endif #endif