Mercurial > hg > orthanc-dicomweb
changeset 768:365e738dd6f5
typo
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Wed, 17 Jun 2026 17:26:33 +0200 |
| parents | cf0f5c9780bc |
| children | ffef0c388025 |
| files | Resources/Orthanc/Plugins/OrthancPluginException.h |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Resources/Orthanc/Plugins/OrthancPluginException.h Wed Jun 17 17:08:20 2026 +0200 +++ b/Resources/Orthanc/Plugins/OrthancPluginException.h Wed Jun 17 17:26:33 2026 +0200 @@ -58,7 +58,7 @@ # define ORTHANC_PLUGINS_THROW_PLUGIN_ERROR_CODE(code) \ throw ORTHANC_PLUGINS_EXCEPTION_CLASS(static_cast<ORTHANC_PLUGINS_ERROR_ENUMERATION>(code)); -# define PLUGIN_THROW_WITH_FILE_AND_LINE_INFO(errorCode) +# define PLUGIN_THROW_WITH_FILE_AND_LINE_INFO(errorCode) \ ORTHANC_PLUGINS_THROW_PLUGIN_ERROR_CODE(errorCode) # define ORTHANC_PLUGINS_THROW_EXCEPTION(code) \
