aboutsummaryrefslogtreecommitdiff
path: root/textproc/xalan-c/files/patch-aa
blob: 6a2fbce6e96adafcfd81062fc48349cb71598108 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Xalan-C CVS: xml-xalan/c/src/xalanc/PlatformSupport/XalanArrayAllocator.hpp?r1=1.6&r2=1.7
--- src/xalanc/PlatformSupport/XalanArrayAllocator.hpp.orig	Mon Dec 13 21:34:54 2004
+++ src/xalanc/PlatformSupport/XalanArrayAllocator.hpp	Mon Dec 13 21:35:22 2004
@@ -170,7 +170,7 @@
 		ListEntryType&	theNewEntry = m_list.back();
 
 		// Resize the vector to the appropriate size...
-		theNewEntry.second.resize(theBlockSize, VectorType::value_type(0));
+		theNewEntry.second.resize(theBlockSize, value_type(0));
 
 		// Set the number of free spaces accordingly...
 		theNewEntry.first = theBlockSize - theCount;