Mercurial > hg > orthanc-databases
changeset 250:29ac6f4a0f45
fix build
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 14 Apr 2021 10:35:09 +0200 |
parents | 7f5ee2b42a86 |
children | ed12248ad791 |
files | MySQL/Plugins/MySQLStorageArea.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MySQL/Plugins/MySQLStorageArea.cpp Wed Apr 14 10:07:14 2021 +0200 +++ b/MySQL/Plugins/MySQLStorageArea.cpp Wed Apr 14 10:35:09 2021 +0200 @@ -113,7 +113,7 @@ const std::string& uuid, OrthancPluginContentType type, uint64_t start, - uint64_t length) ORTHANC_OVERRIDE + size_t length) ORTHANC_OVERRIDE { DatabaseManager::Transaction transaction(GetManager(), TransactionType_ReadOnly);