Add a load of explicit keywords.
[dcpomatic.git] / src / lib / file_group.h
index 865e6bd223966f059b6f0fdd055c4f5941ab20c5..800d9a059ec949e19497f2aca0256ab7bd9feeb2 100644 (file)
@@ -35,8 +35,8 @@ class FileGroup
 {
 public:
        FileGroup ();
-       FileGroup (boost::filesystem::path);
-       FileGroup (std::vector<boost::filesystem::path> const &);
+       explicit FileGroup (boost::filesystem::path);
+       explicit FileGroup (std::vector<boost::filesystem::path> const &);
        ~FileGroup ();
 
        void set_paths (std::vector<boost::filesystem::path> const &);