diff OrthancFramework/Sources/DicomNetworking/RemoteModalityParameters.h @ 4199:fbc49a65340a

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Sep 2020 20:28:20 +0200
parents bf7b9edf6b81
children 3b70a2e6a06c
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomNetworking/RemoteModalityParameters.h	Wed Sep 16 18:13:13 2020 +0200
+++ b/OrthancFramework/Sources/DicomNetworking/RemoteModalityParameters.h	Wed Sep 16 20:28:20 2020 +0200
@@ -58,7 +58,7 @@
       Clear();
     }
 
-    RemoteModalityParameters(const Json::Value& serialized)
+    explicit RemoteModalityParameters(const Json::Value& serialized)
     {
       Unserialize(serialized);
     }