Browse Source

Merge pull request #14688 from glassez/file-prio

Correctly forward declare file_prio_alert
adaptive-webui-19844
Vladimir Golovnev 4 years ago committed by GitHub
parent
commit
6514eaf565
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      src/base/bittorrent/torrentimpl.h

7
src/base/bittorrent/torrentimpl.h

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

Loading…
Cancel
Save