# HG changeset patch # User Alain Mazy # Date 1665390429 -7200 # Node ID c94c1e08340e0a6c7c51a9928a263eb7a314ed4b # Parent 711b94aed5c0f788372269313fcb336c74b52eef fix GetResourceType prototype diff -r 711b94aed5c0 -r c94c1e08340e OrthancFramework/Sources/Enumerations.h --- 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& target);