diff --git a/src/eventmanager.cpp b/src/eventmanager.cpp index 8764dcb60..436254b02 100644 --- a/src/eventmanager.cpp +++ b/src/eventmanager.cpp @@ -95,7 +95,7 @@ QList EventManager::getPropFilesInfo(QString hash) const { QTorrentHandle h = BTSession->getTorrentHandle(hash); if(!h.is_valid()) return files; std::vector priorities = h.file_priorities(); - std::vector fp; + std::vector fp; h.file_progress(fp); torrent_info t = h.get_torrent_info(); torrent_info::file_iterator fi;