mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-28 21:38:51 +03:00
Correctly forward declare file_prio_alert
This commit is contained in:
parent
f29ff67585
commit
f8e7602d96
1 changed files with 3 additions and 4 deletions
|
@ -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…
Reference in a new issue