diff OrthancFramework/Sources/HttpServer/WebDavStorage.h @ 4253:2221051b42df

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 15 Oct 2020 20:08:44 +0200
parents c8754c4c1862
children d9473bd5ed43
line wrap: on
line diff
--- a/OrthancFramework/Sources/HttpServer/WebDavStorage.h	Thu Oct 15 17:13:35 2020 +0200
+++ b/OrthancFramework/Sources/HttpServer/WebDavStorage.h	Thu Oct 15 20:08:44 2020 +0200
@@ -42,7 +42,7 @@
     bool                              isMemory_;
 
   public:
-    WebDavStorage(bool isMemory);
+    explicit WebDavStorage(bool isMemory);
   
     virtual bool IsExistingFolder(const std::vector<std::string>& path) ORTHANC_OVERRIDE;