dbertoni    01/12/14 13:05:41

  Modified:    c/src/TestXSLT process.cpp
  Log:
  Fixed constructor call.
  
  Revision  Changes    Path
  1.80      +1 -1      xml-xalan/c/src/TestXSLT/process.cpp
  
  Index: process.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/TestXSLT/process.cpp,v
  retrieving revision 1.79
  retrieving revision 1.80
  diff -u -r1.79 -r1.80
  --- process.cpp       2001/12/07 20:15:02     1.79
  +++ process.cpp       2001/12/14 21:05:41     1.80
  @@ -932,7 +932,7 @@
   
   
        XercesDOMSupport                theXercesDOMSupport;
  -     XercesParserLiaison             
theXercesParserLiaison(theXercesDOMSupport);
  +     XercesParserLiaison             theXercesParserLiaison;
   
        DOMSupport&                             theDOMSupport = getDOMSupport(
                theXalanSourceTreeDOMSupport,
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to