mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 11:39:49 -06:00
Jenkins compile fix
This commit is contained in:
@@ -196,8 +196,8 @@ bool HttpSynchronization::trySyncFromUrl(std::string listUrl) {
|
||||
|
||||
std::unordered_map<std::string, size_t> fileSizes;
|
||||
std::mutex fileSizeMutex;
|
||||
std::atomic_bool startedAllDownloads = false;
|
||||
std::atomic_size_t nDownloads = 0;
|
||||
std::atomic_bool startedAllDownloads(false);
|
||||
std::atomic_size_t nDownloads(0);
|
||||
|
||||
std::vector<std::unique_ptr<AsyncHttpFileDownload>> downloads;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user