aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/path_parser.h
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2016-12-08 00:29:38 -0800
committerGitHub <noreply@github.com>2016-12-08 00:29:38 -0800
commit63d3dd5262cae8ff0874dcc2cb773db3497dc70c (patch)
treefe9ebfba08a098caa1d9dee2324a0bdd784685dd /src/core/file_sys/path_parser.h
parent43558dc40a27ddcb90b9c603f3b0924a04b81ab0 (diff)
parent5e9f1ec096892aeea8fc6fd27d0047839efe4f7b (diff)
Merge pull request #2277 from lioncash/explicit
file_sys: Make a few single-argument constructors explicit
Diffstat (limited to 'src/core/file_sys/path_parser.h')
-rw-r--r--src/core/file_sys/path_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/path_parser.h b/src/core/file_sys/path_parser.h
index 990802579..b9f52f65d 100644
--- a/src/core/file_sys/path_parser.h
+++ b/src/core/file_sys/path_parser.h
@@ -17,7 +17,7 @@ namespace FileSys {
*/
class PathParser {
public:
- PathParser(const Path& path);
+ explicit PathParser(const Path& path);
/**
* Checks if the Path is valid.