# HG changeset patch # User Alain Mazy # Date 1781709993 -7200 # Node ID 365e738dd6f592b94132f270cee4bb4b68255082 # Parent cf0f5c9780bcfbab0bd1588ef4c0d5425f88d0c0 typo diff -r cf0f5c9780bc -r 365e738dd6f5 Resources/Orthanc/Plugins/OrthancPluginException.h --- 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(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) \