diff OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp @ 4994:2f30aa99c2db

cppcheck
author Alain Mazy <am@osimis.io>
date Tue, 03 May 2022 15:30:01 +0200
parents 8fba26292a9f
children e25689b5f0a3
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp	Mon May 02 14:31:41 2022 +0200
+++ b/OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp	Tue May 03 15:30:01 2022 +0200
@@ -3388,7 +3388,7 @@
                        "'false' by default. (New in Orthanc 1.11.0)", false);
   }
 
-  bool GetReconstructFilesField(RestApiPostCall& call)
+  bool GetReconstructFilesField(const RestApiPostCall& call)
   {
     bool reconstructFiles = false;
     Json::Value request;