diff OrthancFramework/Sources/DicomFormat/DicomValue.h @ 5050:ea9e2680da6f

CPP check and cleanup
author Alain Mazy <am@osimis.io>
date Thu, 30 Jun 2022 07:15:37 +0200
parents 6fed78e13233
children 0ea402b4d901
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomFormat/DicomValue.h	Wed Jun 29 15:32:44 2022 +0200
+++ b/OrthancFramework/Sources/DicomFormat/DicomValue.h	Thu Jun 30 07:15:37 2022 +0200
@@ -63,7 +63,7 @@
                size_t size,
                bool isBinary);
     
-    DicomValue(const Json::Value& value);
+    explicit DicomValue(const Json::Value& value);
     
     const std::string& GetContent() const;