mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-09 07:59:13 +01:00
key_manager: Correct casing of instance()
Our codebase uppercases member function names.
This commit is contained in:
parent
c91710a82f
commit
fb13f053bb
10 changed files with 10 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue