mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 00:49:08 +00:00
feat(region): add SRgnDuplicate
This commit is contained in:
parent
4dcb438394
commit
335962e3fc
4 changed files with 61 additions and 1 deletions
|
|
@ -12,6 +12,10 @@ class TSHashObject {
|
|||
TSLink<T> m_linktoslot;
|
||||
TSLink<T> m_linktofull;
|
||||
TKey m_key;
|
||||
|
||||
TSHashObject & operator=(const TSHashObject &source) {
|
||||
return *this;
|
||||
}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue