fixes in vectormath, sse, when compiling on GCC

This commit is contained in:
erwin.coumans
2011-02-27 06:02:22 +00:00
parent d3de688ddb
commit c956acbb87
2 changed files with 12 additions and 12 deletions

View File

@@ -1328,7 +1328,7 @@ public:
//
VECTORMATH_FORCE_INLINE Quat( ) { };
VECTORMATH_FORCE_INLINE Quat::Quat(const Quat& quat);
VECTORMATH_FORCE_INLINE Quat(const Quat& quat);
// Construct a quaternion from x, y, z, and w elements
//