auriemma 00/11/30 09:07:01
Modified: c/src/XMLSupport FormatterToHTML.cpp
Log:
HP port based on work from Trevor Smigiel and Troy Heber.
Revision Changes Path
1.34 +1 -1 xml-xalan/c/src/XMLSupport/FormatterToHTML.cpp
Index: FormatterToHTML.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XMLSupport/FormatterToHTML.cpp,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- FormatterToHTML.cpp 2000/11/20 16:17:55 1.33
+++ FormatterToHTML.cpp 2000/11/30 17:07:00 1.34
@@ -1595,7 +1595,7 @@
#if !defined(XALAN_LSTRSUPPORT)
void
pushStringsOnVector(
- const char*
theStrings[],
+ const char* const theStrings[],
size_t
theStringsSize,
XalanDOMStringVectorType& theVector)
{