mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-02 03:51:16 +00:00
Merge remote-tracking branch 'isle/master'
This commit is contained in:
commit
9fc0306b58
@ -13,7 +13,7 @@ class MxHashTableCursor;
|
|||||||
template <class T>
|
template <class T>
|
||||||
class MxHashTableNode {
|
class MxHashTableNode {
|
||||||
public:
|
public:
|
||||||
MxHashTableNode<T>(T p_obj, MxU32 p_hash, MxHashTableNode* p_prev, MxHashTableNode* p_next)
|
MxHashTableNode(T p_obj, MxU32 p_hash, MxHashTableNode* p_prev, MxHashTableNode* p_next)
|
||||||
{
|
{
|
||||||
m_obj = p_obj;
|
m_obj = p_obj;
|
||||||
m_hash = p_hash;
|
m_hash = p_hash;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user