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 )