Mercurial > hg > orthanc
diff OrthancServer/Sources/ServerJobs/ArchiveJob.cpp @ 4510:a3635a01a945
fix signature of virtual method
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 11 Feb 2021 17:51:04 +0100 |
parents | 98b7b9d21d83 |
children | 94147ce2f097 |
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerJobs/ArchiveJob.cpp Thu Feb 11 17:11:37 2021 +0100 +++ b/OrthancServer/Sources/ServerJobs/ArchiveJob.cpp Thu Feb 11 17:51:04 2021 +0100 @@ -195,7 +195,7 @@ virtual void Close() = 0; virtual void AddInstance(const std::string& instanceId, - size_t uncompressedSize) = 0; + uint64_t uncompressedSize) = 0; };