auriemma 01/03/30 11:30:48
Modified: c/src/XSLT StylesheetExecutionContextDefault.hpp
Log:
Fixed the name of a member function.
Revision Changes Path
1.54 +2 -2
xml-xalan/c/src/XSLT/StylesheetExecutionContextDefault.hpp
Index: StylesheetExecutionContextDefault.hpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/XSLT/StylesheetExecutionContextDefault.hpp,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- StylesheetExecutionContextDefault.hpp 2001/03/29 22:24:26 1.53
+++ StylesheetExecutionContextDefault.hpp 2001/03/30 19:30:47 1.54
@@ -263,9 +263,9 @@
* @param theDOMSupport a reference to the instance to use.
*/
void
- setDOMSupport(XSLTEngineImpl& theProcessor)
+ setXSLTProcessor(XSLTEngineImpl* theProcessor)
{
- m_xsltProcessor = &theProcessor;
+ m_xsltProcessor = theProcessor;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]