mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Deprecate and remove NEWZERO macro
This commit is contained in:
@ -163,6 +163,8 @@ private:
|
||||
LINK(T) m_linkToSlot;
|
||||
|
||||
public:
|
||||
THashLink() : m_hash(0) { }
|
||||
|
||||
inline bool IsLinked () const;
|
||||
inline T * Next ();
|
||||
inline const T * Next () const;
|
||||
|
@ -105,7 +105,7 @@ class CBaseLink {
|
||||
|
||||
protected:
|
||||
CBaseLink * volatile m_prevLink;
|
||||
uint8_t * volatile m_next;
|
||||
uint8_t * volatile m_next;
|
||||
|
||||
inline int CalcLinkOffset () const;
|
||||
inline void InitializeLinks ();
|
||||
|
Reference in New Issue
Block a user