Mercurial > hg > orthanc
changeset 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 | 1ec156a0da38 |
files | OrthancServer/Sources/ServerJobs/ArchiveJob.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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; };