Start on asset gui

This commit is contained in:
Emil Axelsson
2017-11-14 20:46:03 +01:00
parent ce9b75117e
commit 62f58a9749
11 changed files with 72 additions and 39 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ void TorrentClient::pollAlerts() {
}
}
size_t TorrentClient::addTorrentFile(std::string torrentFile, std::string destination, TorrentProgressCallback cb) {
size_t TorrentClient::addTorrentFile(std::string torrentFile, std::string destination, TorrentProgressCallback) {
if (!_session) {
LERROR("Torrent session not initialized when adding torrent");
return -1;