Add a load of explicit keywords.
[dcpomatic.git] / src / lib / file_log.h
index bd6a7bf6a4e49288d9c6883af1e78c8d440bf9d2..6904bfd77436def72047217d00dbd9823771ddf2 100644 (file)
@@ -23,7 +23,7 @@
 class FileLog : public Log
 {
 public:
-       FileLog (boost::filesystem::path file);
+       explicit FileLog (boost::filesystem::path file);
 
        std::string head_and_tail (int amount = 1024) const;