From cba8c5d430964fbfb705f814ace62e8275e0d750 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sun, 13 Sep 2015 13:25:53 -0700 Subject: [PATCH] Cleanup. --- src/bgfx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;