From c06c8470a3e0028a5677feb39e30b9079dde3bec Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Fri, 8 Sep 2006 05:36:29 +0000 Subject: [PATCH] Fix prototype. --- stepmania/src/archutils/Darwin/VectorHelper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/archutils/Darwin/VectorHelper.cpp b/stepmania/src/archutils/Darwin/VectorHelper.cpp index db658e475f..9b76e08269 100644 --- a/stepmania/src/archutils/Darwin/VectorHelper.cpp +++ b/stepmania/src/archutils/Darwin/VectorHelper.cpp @@ -408,8 +408,8 @@ bool Vector::CheckForVector() return true; } -template -static inline void Write( int32_t *&dest, const int16_t *&src, +template +static inline void Write( T load, int32_t *&dest, const int16_t *&src, unsigned &size, __m128i vol ) __attribute__((always_inline)); template inline void Write( T load, int32_t *&dest, const int16_t *&src, unsigned &size, __m128i vol )