Mercurial > hg > orthanc
diff Core/Enumerations.h @ 3532:e4b4b4dbef99
merge
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Thu, 03 Oct 2019 13:44:08 +0200 |
parents | b26b6ea27648 |
children | bdafff1ce443 |
line wrap: on
line diff
--- a/Core/Enumerations.h Thu Oct 03 13:43:33 2019 +0200 +++ b/Core/Enumerations.h Thu Oct 03 13:44:08 2019 +0200 @@ -749,6 +749,8 @@ const char* EnumerationToString(MimeType mime); + const char* EnumerationToString(Endianness endianness); + Encoding StringToEncoding(const char* encoding); ResourceType StringToResourceType(const char* type);