summaryrefslogtreecommitdiff
path: root/integer.cpp
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2006-12-10 23:50:09 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2006-12-10 23:50:09 +0000
commit0e9fb2487d1e8a4143e6a25d34e8b39439392926 (patch)
treea6de6c731b8c5703eae84ccd08b66d1a2f2b2bce /integer.cpp
parentc3bad1afc1564f3bfac8434d45d6694811139333 (diff)
downloadcryptopp-0e9fb2487d1e8a4143e6a25d34e8b39439392926.tar.gz
fix compile with MSVC 2005 SP1 beta
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@249 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'integer.cpp')
-rw-r--r--integer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/integer.cpp b/integer.cpp
index cc3dfa5..4c092ac 100644
--- a/integer.cpp
+++ b/integer.cpp
@@ -52,7 +52,7 @@ bool AssignIntToInteger(const std::type_info &valueType, void *pInteger, const v
#ifdef SSE2_INTRINSICS_AVAILABLE
template <class T>
-CPP_TYPENAME AllocatorBase<T>::pointer AlignedAllocator<T>::allocate(size_type n, const void *)
+CPP_TYPENAME AlignedAllocator<T>::pointer AlignedAllocator<T>::allocate(size_type n, const void *)
{
CheckSize(n);
if (n == 0)