mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-14 17:40:26 -05:00
Jenkins compile fix
This commit is contained in:
@@ -57,6 +57,10 @@ HttpSynchronization::HttpSynchronization(
|
||||
const std::vector<std::string>& synchronizationRepositories
|
||||
)
|
||||
: openspace::ResourceSynchronization(dict)
|
||||
, _nTotalBytesKnown(false)
|
||||
, _nTotalBytes(0)
|
||||
, _nSynchronizedBytes(0)
|
||||
, _shouldCancel(false)
|
||||
, _synchronizationRoot(synchronizationRoot)
|
||||
, _synchronizationRepositories(synchronizationRepositories)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user