mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 21:58:06 -05:00
key_manager: Correct casing of instance()
Our codebase uppercases member function names.
This commit is contained in:
@ -223,7 +223,7 @@ bool operator<(const KeyIndex<KeyType>& lhs, const KeyIndex<KeyType>& rhs) {
|
||||
|
||||
class KeyManager {
|
||||
public:
|
||||
static KeyManager& instance() {
|
||||
static KeyManager& Instance() {
|
||||
static KeyManager instance;
|
||||
return instance;
|
||||
}
|
||||
|
Reference in New Issue
Block a user