file_sys: Make a few single-argument constructors explicit

Prevents implicit conversions.
This commit is contained in:
Lioncash 2016-12-07 05:20:35 -05:00
parent 7da33afec8
commit 6ba0395316
8 changed files with 10 additions and 10 deletions

View file

@ -17,7 +17,7 @@ namespace FileSys {
*/
class PathParser {
public:
PathParser(const Path& path);
explicit PathParser(const Path& path);
/**
* Checks if the Path is valid.