This commit is contained in:
Branimir Karadžić 2015-09-13 13:25:53 -07:00
parent 344bacab7c
commit cba8c5d430

View file

@ -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;