diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-27 15:34:45 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-27 15:34:45 +0000 |
| commit | c6871fe8617b3de03662b7630355059393bf8043 (patch) | |
| tree | ef4aeaa8a6556d1afe033b962d0e8a7c615afc05 /src/lib/file_group.h | |
| parent | 334e250896a5dcbb64db96df8e20821ffc75b146 (diff) | |
Add a load of explicit keywords.
Diffstat (limited to 'src/lib/file_group.h')
| -rw-r--r-- | src/lib/file_group.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/file_group.h b/src/lib/file_group.h index 865e6bd22..800d9a059 100644 --- a/src/lib/file_group.h +++ b/src/lib/file_group.h @@ -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 &); |
