aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/content_archive.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-07-01 00:28:49 -0400
committerLioncash <mathew1800@gmail.com>2020-07-01 00:28:50 -0400
commitfb13f053bb6ef304bc7656b521727c87eff697f1 (patch)
treea73d08ac25a77b294ec1cd1b9e15d84a26761daa /src/core/file_sys/content_archive.h
parentc91710a82fc99b420dfab103fe89bdd44ba004cb (diff)
key_manager: Correct casing of instance()
Our codebase uppercases member function names.
Diffstat (limited to 'src/core/file_sys/content_archive.h')
-rw-r--r--src/core/file_sys/content_archive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/content_archive.h b/src/core/file_sys/content_archive.h
index e6c887b32..d25cbcf91 100644
--- a/src/core/file_sys/content_archive.h
+++ b/src/core/file_sys/content_archive.h
@@ -158,7 +158,7 @@ private:
bool encrypted = false;
bool is_update = false;
- Core::Crypto::KeyManager& keys = Core::Crypto::KeyManager::instance();
+ Core::Crypto::KeyManager& keys = Core::Crypto::KeyManager::Instance();
};
} // namespace FileSys