mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 12:55:45 +00:00
settings, uisettings: Initialize linkage counter
This commit is contained in:
parent
689efc9175
commit
e24838dabc
3 changed files with 3 additions and 3 deletions
|
@ -291,7 +291,7 @@ public:
|
|||
|
||||
class Linkage {
|
||||
public:
|
||||
explicit Linkage();
|
||||
explicit Linkage(u32 initial_count = 0);
|
||||
~Linkage();
|
||||
std::map<Category, std::forward_list<BasicSetting*>> by_category{};
|
||||
std::vector<std::function<void()>> restore_functions{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue