diff OrthancFramework/Sources/Cache/MemoryStringCache.cpp @ 4199:fbc49a65340a

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Sep 2020 20:28:20 +0200
parents bf7b9edf6b81
children ab4d015af660
line wrap: on
line diff
--- a/OrthancFramework/Sources/Cache/MemoryStringCache.cpp	Wed Sep 16 18:13:13 2020 +0200
+++ b/OrthancFramework/Sources/Cache/MemoryStringCache.cpp	Wed Sep 16 20:28:20 2020 +0200
@@ -31,7 +31,7 @@
     std::string  content_;
 
   public:
-    StringValue(const std::string& content) :
+    explicit StringValue(const std::string& content) :
       content_(content)
     {
     }