Mercurial > hg > orthanc-wsi
changeset 609:80dd423bf32e
cppcheck
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Thu, 10 Sep 2026 08:41:28 +0200 |
| parents | 93fa6d5f47e1 |
| children | ca77e86ca0f8 |
| files | Framework/ImagedVolumeParameters.cpp Framework/ImagedVolumeParameters.h |
| diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Framework/ImagedVolumeParameters.cpp Thu Sep 10 08:37:09 2026 +0200 +++ b/Framework/ImagedVolumeParameters.cpp Thu Sep 10 08:41:28 2026 +0200 @@ -110,7 +110,7 @@ } - std::string ImagedVolumeParameters::GetImageOrientationSlide() const + std::string ImagedVolumeParameters::GetImageOrientationSlide() { return "0\\-1\\0\\-1\\0\\0"; }
--- a/Framework/ImagedVolumeParameters.h Thu Sep 10 08:37:09 2026 +0200 +++ b/Framework/ImagedVolumeParameters.h Thu Sep 10 08:41:28 2026 +0200 @@ -90,7 +90,7 @@ offsetY_ = offset; } - std::string GetImageOrientationSlide() const; + static std::string GetImageOrientationSlide(); void GetLocation(float& physicalX, float& physicalY,
