From 013d2bf7f313294a426adfcc168a58aa2c054eaf Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 9 Jun 2004 02:23:39 +0000 Subject: [PATCH] maybe fix VC 2003 compile --- stepmania/src/crypto51/integer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/crypto51/integer.cpp b/stepmania/src/crypto51/integer.cpp index 17c77f5fdb..03a4bb67af 100644 --- a/stepmania/src/crypto51/integer.cpp +++ b/stepmania/src/crypto51/integer.cpp @@ -31,8 +31,8 @@ bool FunctionAssignIntToInteger(const std::type_info &valueType, void *pInteger, } #ifdef SSE2_INTRINSICS_AVAILABLE -template -AllocatorBase::pointer AlignedAllocator::allocate(size_type n, const void *) +template +CPP_TYPENAME AllocatorBase::pointer AlignedAllocator::allocate(size_type n, const void *) { if (n < 4) return new T[n];