diff --git a/examples/client_test.cpp b/examples/client_test.cpp index a492645cf..394e3c21c 100644 --- a/examples/client_test.cpp +++ b/examples/client_test.cpp @@ -973,7 +973,7 @@ bool handle_alert(libtorrent::session& ses, libtorrent::alert* a } #endif - boost::intrusive_ptr ti; + boost::intrusive_ptr ti; if (metadata_received_alert* p = alert_cast(a)) { @@ -2366,7 +2366,7 @@ int main(int argc, char* argv[]) { std::vector file_progress; h.file_progress(file_progress); - boost::intrusive_ptr ti = h.torrent_file(); + boost::intrusive_ptr ti = h.torrent_file(); for (int i = 0; i < ti->num_files(); ++i) { bool pad_file = ti->file_at(i).pad_file;