aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/xts_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/xts_archive.h
parentc91710a82fc99b420dfab103fe89bdd44ba004cb (diff)
key_manager: Correct casing of instance()
Our codebase uppercases member function names.
Diffstat (limited to 'src/core/file_sys/xts_archive.h')
-rw-r--r--src/core/file_sys/xts_archive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/xts_archive.h b/src/core/file_sys/xts_archive.h
index 95da907bc..563531bb6 100644
--- a/src/core/file_sys/xts_archive.h
+++ b/src/core/file_sys/xts_archive.h
@@ -62,6 +62,6 @@ private:
VirtualFile dec_file;
- Core::Crypto::KeyManager& keys = Core::Crypto::KeyManager::instance();
+ Core::Crypto::KeyManager& keys = Core::Crypto::KeyManager::Instance();
};
} // namespace FileSys