diff OrthancFramework/Sources/FileStorage/FileInfo.h @ 4519:a3c6678aa7b1

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 22 Feb 2021 16:51:23 +0100
parents b525e0c3cff0
children 7053502fbf97
line wrap: on
line diff
--- a/OrthancFramework/Sources/FileStorage/FileInfo.h	Mon Feb 22 16:32:11 2021 +0100
+++ b/OrthancFramework/Sources/FileStorage/FileInfo.h	Mon Feb 22 16:51:23 2021 +0100
@@ -42,10 +42,7 @@
     std::string      compressedMD5_;
 
   public:
-    FileInfo() :
-      valid_(false)
-    {
-    }
+    FileInfo();
 
     /**
      * Constructor for an uncompressed attachment.