Mercurial > hg > orthanc
changeset 5094:c94c1e08340e Orthanc-1.11.2
fix GetResourceType prototype
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 10 Oct 2022 10:27:09 +0200 |
parents | 711b94aed5c0 |
children | 3b1ae7a81d9b |
files | OrthancFramework/Sources/Enumerations.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancFramework/Sources/Enumerations.h Mon Oct 10 09:15:21 2022 +0200 +++ b/OrthancFramework/Sources/Enumerations.h Mon Oct 10 10:27:09 2022 +0200 @@ -906,7 +906,7 @@ ORTHANC_PUBLIC const char* GetResourceTypeText(ResourceType type, bool isPlural, - bool isLowerCase); + bool isUpperCase); ORTHANC_PUBLIC void GetAllDicomTransferSyntaxes(std::set<DicomTransferSyntax>& target);