attempt to fix compile issue with Clang

This commit is contained in:
Erwin Coumans
2014-02-02 10:42:56 -08:00
parent 65cfcdb9ac
commit 7cf83a4be0

View File

@@ -68,6 +68,7 @@ public:
mVec128 = v128; mVec128 = v128;
} }
#else #else
public:
union union
{ {
b3Scalar m_floats[4]; b3Scalar m_floats[4];