summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/archive_ncch.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/archive_ncch.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/archive_ncch.h')
-rw-r--r--src/core/file_sys/archive_ncch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/archive_ncch.h b/src/core/file_sys/archive_ncch.h
index 66b8ce75d..753b91f96 100644
--- a/src/core/file_sys/archive_ncch.h
+++ b/src/core/file_sys/archive_ncch.h
@@ -17,7 +17,7 @@ namespace FileSys {
/// File system interface to the NCCH archive
class ArchiveFactory_NCCH final : public ArchiveFactory {
public:
- ArchiveFactory_NCCH(const std::string& mount_point);
+ explicit ArchiveFactory_NCCH(const std::string& mount_point);
std::string GetName() const override {
return "NCCH";