dbertoni 01/05/17 11:07:03
Modified: c/src/XSLT ElemElement.cpp
Log:
Removed bogus const.
Revision Changes Path
1.28 +1 -1 xml-xalan/c/src/XSLT/ElemElement.cpp
Index: ElemElement.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemElement.cpp,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ElemElement.cpp 2001/05/17 16:13:26 1.27
+++ ElemElement.cpp 2001/05/17 18:07:02 1.28
@@ -266,7 +266,7 @@
// we end up with another
xmlns="" on the element we're
// generating. Although this
isn't really an error, it's
// a bit unsightly, so let's
suppress it...
- const XalanDOMString& const
theParentDefaultNamespace =
+ const XalanDOMString&
theParentDefaultNamespace =
getParentDefaultNamespace();
if
(length(theParentDefaultNamespace) == 0)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]