Mercurial > hg > orthanc-education
changeset 108:ca02e82c9e27
cppcheck
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Wed, 09 Sep 2026 08:20:02 +0200 |
| parents | 62cbd1c4619c |
| children | 7a0c6c4dd126 |
| files | Sources/EducationRestApi.cpp |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Sources/EducationRestApi.cpp Wed Sep 09 08:19:10 2026 +0200 +++ b/Sources/EducationRestApi.cpp Wed Sep 09 08:20:02 2026 +0200 @@ -579,7 +579,7 @@ * NB: "OrthancPlugins::OrthancImage" is used instead of "Orthanc::Image" * to avoid linking the education plugin against libjpeg **/ -static void ResizeThumbnail(OrthancPlugins::OrthancImage& target, +static void ResizeThumbnail(const OrthancPlugins::OrthancImage& target, const OrthancPlugins::OrthancImage& source) { assert(target.GetWidth() == THUMBNAIL_WIDTH);
