From 52c45556fb7a96428350d5faabf3a49b43481acc Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Tue, 31 Dec 2013 17:25:51 +0000 Subject: [PATCH] fix backward compatibility issue --- include/libtorrent/torrent_handle.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/torrent_handle.hpp b/include/libtorrent/torrent_handle.hpp index 225b7b37e..42d3bdfee 100644 --- a/include/libtorrent/torrent_handle.hpp +++ b/include/libtorrent/torrent_handle.hpp @@ -1366,7 +1366,7 @@ namespace libtorrent int priority; // the main state the torrent is in. See torrent_status::state_t. - boost::uint8_t state; + state_t state; // true if this torrent has unsaved changes // to its download state and statistics since the last resume data