dbertoni 2002/12/03 18:30:40
Modified: c/src/XSLT ElemTextLiteral.hpp
Log:
Removed unnecessary const qualifier.
Revision Changes Path
1.18 +1 -1 xml-xalan/c/src/XSLT/ElemTextLiteral.hpp
Index: ElemTextLiteral.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemTextLiteral.hpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ElemTextLiteral.hpp 25 Nov 2002 18:11:52 -0000 1.17
+++ ElemTextLiteral.hpp 4 Dec 2002 02:30:40 -0000 1.18
@@ -124,7 +124,7 @@
return m_ch;
}
- const XalanDOMString::size_type
+ XalanDOMString::size_type
getLength() const
{
return m_length;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]