mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #106434 from Ivorforce/invert-hashfuncs
Reduce cross project includes by rewriting `HashMapHasherDefault`.
This commit is contained in:
commit
686b56fae9
29 changed files with 253 additions and 222 deletions
|
|
@ -637,7 +637,7 @@ private:
|
|||
};
|
||||
|
||||
MethodInfo user;
|
||||
HashMap<Callable, Slot, HashableHasher<Callable>> slot_map;
|
||||
HashMap<Callable, Slot> slot_map;
|
||||
bool removable = false;
|
||||
};
|
||||
friend struct _ObjectSignalLock;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue