Mercurial > hg > orthanc
diff OrthancServer/Sources/ServerJobs/ArchiveJob.cpp @ 4816:58637d39ce88
merge
author | Alain Mazy <am@osimis.io> |
---|---|
date | Thu, 25 Nov 2021 12:14:14 +0100 |
parents | cd6dc99e0470 46bfa3a4fd63 |
children | 70d2a97ca8cb 7053502fbf97 |
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerJobs/ArchiveJob.cpp Thu Nov 25 12:13:53 2021 +0100 +++ b/OrthancServer/Sources/ServerJobs/ArchiveJob.cpp Thu Nov 25 12:14:14 2021 +0100 @@ -149,7 +149,7 @@ class ArchiveJob::ThreadedInstanceLoader : public ArchiveJob::InstanceLoader { Semaphore availableInstancesSemaphore_; - std::map<std::string, boost::shared_ptr<std::string>> availableInstances_; + std::map<std::string, boost::shared_ptr<std::string> > availableInstances_; boost::mutex availableInstancesMutex_; SharedMessageQueue instancesToPreload_; std::vector<boost::thread*> threads_;