summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/path_parser.h
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2016-12-08 09:29:38 +0100
committerGitHub <noreply@github.com>2016-12-08 09:29:38 +0100
commit63d3dd5262cae8ff0874dcc2cb773db3497dc70c (patch)
treefe9ebfba08a098caa1d9dee2324a0bdd784685dd /src/core/file_sys/path_parser.h
parentMerge pull request #2283 from lioncash/svc (diff)
parentfile_sys: Make a few single-argument constructors explicit (diff)
downloadyuzu-63d3dd5262cae8ff0874dcc2cb773db3497dc70c.tar
yuzu-63d3dd5262cae8ff0874dcc2cb773db3497dc70c.tar.gz
yuzu-63d3dd5262cae8ff0874dcc2cb773db3497dc70c.tar.bz2
yuzu-63d3dd5262cae8ff0874dcc2cb773db3497dc70c.tar.lz
yuzu-63d3dd5262cae8ff0874dcc2cb773db3497dc70c.tar.xz
yuzu-63d3dd5262cae8ff0874dcc2cb773db3497dc70c.tar.zst
yuzu-63d3dd5262cae8ff0874dcc2cb773db3497dc70c.zip
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.