diff Core/FileStorage/FilesystemStorage.h @ 2223:29689b30f9ae

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Dec 2016 15:28:05 +0100
parents b1291df2f780
children a3a65de1840f
line wrap: on
line diff
--- a/Core/FileStorage/FilesystemStorage.h	Tue Dec 13 14:34:33 2016 +0100
+++ b/Core/FileStorage/FilesystemStorage.h	Tue Dec 13 15:28:05 2016 +0100
@@ -52,7 +52,7 @@
     boost::filesystem::path GetPath(const std::string& uuid) const;
 
   public:
-    FilesystemStorage(std::string root);
+    explicit FilesystemStorage(std::string root);
 
     virtual void Create(const std::string& uuid,
                         const void* content,