fixed build

This commit is contained in:
Arvid Norberg
2010-03-04 19:24:39 +00:00
parent d4854024db
commit bef11e8bd5

View File

@@ -394,10 +394,10 @@ namespace libtorrent
TORRENT_FORWARD(file_progress(progress, flags)); TORRENT_FORWARD(file_progress(progress, flags));
} }
torrent_status torrent_handle::status() const torrent_status torrent_handle::status(boost::uint32_t flags) const
{ {
INVARIANT_CHECK; INVARIANT_CHECK;
TORRENT_FORWARD_RETURN(status(), torrent_status()); TORRENT_FORWARD_RETURN(status(flags), torrent_status());
} }
void torrent_handle::set_sequential_download(bool sd) const void torrent_handle::set_sequential_download(bool sd) const