Try make clang happy again

This commit is contained in:
mittorn 2018-07-29 20:40:16 +07:00
parent fb73b35c8e
commit c4ce9bb1fa

View File

@ -44,7 +44,7 @@ public:
}
bool operator !=(my_nullptr_t null)
bool operator !=(my_nullptr_t &null)
{
return Get() != (edict_t*)0;
}