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;