mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-08 21:14:14 +00:00
Clang, ur mom is ambiguous
This commit is contained in:
parent
f40f69cb76
commit
b498e9170c
@ -37,20 +37,20 @@ public:
|
||||
Set(0);
|
||||
return 0;
|
||||
}
|
||||
operator int ()
|
||||
{
|
||||
return Get() != NULL;
|
||||
}
|
||||
|
||||
bool operator !=(EHBasePlayerItem &other)
|
||||
{
|
||||
return Get() != other.Get();
|
||||
}
|
||||
|
||||
bool operator !=(my_nullptr_t &null)
|
||||
bool operator !=(my_nullptr_t &null1)
|
||||
{
|
||||
return Get() != (edict_t*)0;
|
||||
}
|
||||
bool operator !=(int null1)
|
||||
{
|
||||
return Get() != (edict_t*)null1;
|
||||
}
|
||||
};
|
||||
#else
|
||||
#define EHBasePlayerItem CBasePlayerItem*
|
||||
|
Loading…
x
Reference in New Issue
Block a user