Mercurial > hg > orthanc
changeset 6533:ed9142ea378d
merge
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Thu, 04 Dec 2025 18:23:13 +0100 |
| parents | 30eb6295e559 (current diff) 8dd00670b904 (diff) |
| children | aa11cc4c14a5 |
| files | |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.h Thu Dec 04 18:22:59 2025 +0100 +++ b/OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.h Thu Dec 04 18:23:13 2025 +0100 @@ -1017,7 +1017,7 @@ #if HAS_ORTHANC_PLUGIN_METRICS == 1 - inline void SetMetricsValue(char* name, + inline void SetMetricsValue(const char* name, float value) { OrthancPluginSetMetricsValue(GetGlobalContext(), name,
