mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Override MxAtomId::operator!=
This commit is contained in:
parent
61ba57e2de
commit
e8cd47e65c
@ -20,6 +20,7 @@ class MxAtomId {
|
||||
MxAtomId() { this->m_internal = 0; }
|
||||
|
||||
inline MxBool operator==(const MxAtomId& p_atomId) const { return this->m_internal == p_atomId.m_internal; }
|
||||
inline MxBool operator!=(const MxAtomId& p_atomId) const { return this->m_internal != p_atomId.m_internal; }
|
||||
|
||||
void Clear();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user