Jenkins compile fix

This commit is contained in:
Alexander Bock
2017-12-28 20:16:03 +01:00
parent b337c3aa1e
commit 9389e31164
2 changed files with 8 additions and 4 deletions

View File

@@ -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)
{