Browse Source

Correctly forward declare file_prio_alert

adaptive-webui-19844
Vladimir Golovnev (Glassez) 4 years ago
parent
commit
f8e7602d96
No known key found for this signature in database
GPG Key ID: 52A2C7DEE2DFA6F7
  1. 7
      src/base/bittorrent/torrentimpl.h

7
src/base/bittorrent/torrentimpl.h

@ -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

Loading…
Cancel
Save