diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_clistint.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h index 9bd291d839..d8a12dcc63 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -99,6 +99,8 @@ struct ClcFontInfo struct ClcContactBase
{
+ __forceinline BYTE getType() const { return (this == nullptr) ? 0 : type; }
+
BYTE type;
BYTE flags;
union {
|
