diff OrthancServer/OrthancRestApi/OrthancRestApi.h @ 2517:d3d306bc4b99

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Mar 2018 14:35:48 +0200
parents 878b59270859
children 2e6b7862ccf2
line wrap: on
line diff
--- a/OrthancServer/OrthancRestApi/OrthancRestApi.h	Thu Mar 29 10:13:56 2018 +0200
+++ b/OrthancServer/OrthancRestApi/OrthancRestApi.h	Thu Mar 29 14:35:48 2018 +0200
@@ -97,7 +97,7 @@
                               ResourceType resourceType,
                               StoreStatus status) const;
 
-    static bool ParseModifyRequest(DicomModification& target,
+    static void ParseModifyRequest(DicomModification& target,
                                    const Json::Value& request);
   };
 }