From bb9ea22bf09868dd1e8dcef21768baf502f27b07 Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Tue, 21 Oct 2014 17:49:57 -0700 Subject: [PATCH] fix mac build --- Demos3/ImportColladaDemo/btMatrix4x4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demos3/ImportColladaDemo/btMatrix4x4.h b/Demos3/ImportColladaDemo/btMatrix4x4.h index d39c37101..5d6ec3a30 100644 --- a/Demos3/ImportColladaDemo/btMatrix4x4.h +++ b/Demos3/ImportColladaDemo/btMatrix4x4.h @@ -118,7 +118,7 @@ ATTRIBUTE_ALIGNED16(class) btMatrix4x4 } SIMD_FORCE_INLINE btMatrix4x4 - btMatrix4x4::operator*=(const btMatrix4x4& m) + operator*=(const btMatrix4x4& m) { setValue( m.tdotx(m_el[0]), m.tdoty(m_el[0]), m.tdotz(m_el[0]),m.tdotw(m_el[0]),