diff OrthancFramework/Sources/FileStorage/StorageCache.h @ 5460:1474fd6ea6c6

CppCheck
author Alain Mazy <am@osimis.io>
date Mon, 11 Dec 2023 12:03:48 +0100
parents 4be5f117aa0d
children 48b8dae6dc77
line wrap: on
line diff
--- a/OrthancFramework/Sources/FileStorage/StorageCache.h	Fri Dec 08 10:26:53 2023 +0100
+++ b/OrthancFramework/Sources/FileStorage/StorageCache.h	Mon Dec 11 12:03:48 2023 +0100
@@ -48,7 +48,7 @@
       {
         StorageCache& storageCache_;
       public:
-        Accessor(StorageCache& cache);
+        explicit Accessor(StorageCache& cache);
 
         void Add(const std::string& uuid, 
                  FileContentType contentType,