mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 14:35:46 +00:00
key_manager: Correct casing of instance()
Our codebase uppercases member function names.
This commit is contained in:
parent
93f1d9435d
commit
1e362da176
10 changed files with 10 additions and 10 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue