Cleanup.
This commit is contained in:
parent
344bacab7c
commit
cba8c5d430
@ -229,7 +229,7 @@ namespace bgfx
|
||||
return _rhs;
|
||||
}
|
||||
|
||||
bool operator==(uintptr_t _rhs)
|
||||
bool operator==(uintptr_t _rhs) const
|
||||
{
|
||||
uintptr_t lhs = *this;
|
||||
return lhs == _rhs;
|
||||
|
Loading…
x
Reference in New Issue
Block a user