mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 00:49:08 +00:00
feat(hash): preserve HASHKEY_PTR's default ctor
This commit is contained in:
parent
cb37f528c3
commit
adc8cb6200
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ class HASHKEY_PTR {
|
|||
void* m_key = nullptr;
|
||||
|
||||
// Member functions
|
||||
HASHKEY_PTR() = default;
|
||||
HASHKEY_PTR(void* key);
|
||||
bool operator==(const HASHKEY_PTR& key);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue