Mercurial > hg > orthanc
diff Plugins/Samples/Common/OrthancPluginCppWrapper.cpp @ 2988:9cc3d40e389b
Orthanc 1.4.3 is now known as 1.5.0
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 10 Dec 2018 11:15:31 +0100 |
parents | 32ec5078e32b |
children | c358bdb37c13 |
line wrap: on
line diff
--- a/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp Mon Dec 10 10:33:58 2018 +0100 +++ b/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp Mon Dec 10 11:15:31 2018 +0100 @@ -1357,7 +1357,7 @@ } -#if ORTHANC_PLUGINS_VERSION_IS_ABOVE(1, 4, 3) +#if ORTHANC_PLUGINS_VERSION_IS_ABOVE(1, 5, 0) const char* AutodetectMimeType(const std::string& path) { const char* mime = OrthancPluginAutodetectMimeType(GetGlobalContext(), path.c_str());