fs/io/*: make constructors "explicit"

This commit is contained in:
Max Kellermann
2017-01-04 10:37:55 +01:00
parent 288b98ccbf
commit 8aae9766e5
10 changed files with 10 additions and 10 deletions

View File

@@ -46,7 +46,7 @@ class FileReader final : public Reader {
#endif
public:
FileReader(Path _path);
explicit FileReader(Path _path);
#ifdef WIN32
FileReader(FileReader &&other)