dbertoni 2004/11/14 13:37:15
Modified: c/src/xalanc/Include XalanMemoryManagement.hpp
Log:
Fixed typo.
Revision Changes Path
1.10 +1 -1 xml-xalan/c/src/xalanc/Include/XalanMemoryManagement.hpp
Index: XalanMemoryManagement.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/xalanc/Include/XalanMemoryManagement.hpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- XalanMemoryManagement.hpp 14 Nov 2004 21:13:04 -0000 1.9
+++ XalanMemoryManagement.hpp 14 Nov 2004 21:37:15 -0000 1.10
@@ -153,7 +153,7 @@
Type*& theInstance)
{
XalanAllocationGuard theGuard(
- theManager,
+ theMemoryManager,
sizeof(Type));
theInstance =
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]