diff --git a/src/bgfx.cpp b/src/bgfx.cpp index d66826f4..6a387dcb 100644 --- a/src/bgfx.cpp +++ b/src/bgfx.cpp @@ -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;