diff --git a/trunk/c5/integer.cpp b/trunk/c5/integer.cpp index cc3dfa5f..4c092ac9 100644 --- a/trunk/c5/integer.cpp +++ b/trunk/c5/integer.cpp @@ -52,7 +52,7 @@ bool AssignIntToInteger(const std::type_info &valueType, void *pInteger, const v #ifdef SSE2_INTRINSICS_AVAILABLE template -CPP_TYPENAME AllocatorBase::pointer AlignedAllocator::allocate(size_type n, const void *) +CPP_TYPENAME AlignedAllocator::pointer AlignedAllocator::allocate(size_type n, const void *) { CheckSize(n); if (n == 0)