dbertoni    01/08/24 08:17:45

  Modified:    c/src/XalanTransformer XalanCompiledStylesheet.hpp
  Log:
  Added missing forward declaration of StylesheetRoot.
  
  Revision  Changes    Path
  1.4       +4 -0      
xml-xalan/c/src/XalanTransformer/XalanCompiledStylesheet.hpp
  
  Index: XalanCompiledStylesheet.hpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/c/src/XalanTransformer/XalanCompiledStylesheet.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XalanCompiledStylesheet.hpp       2001/06/07 19:10:02     1.3
  +++ XalanCompiledStylesheet.hpp       2001/08/24 15:17:45     1.4
  @@ -64,6 +64,10 @@
   
   
   
  +class StylesheetRoot;
  +
  +
  +
   /**
    * This is an abstraction of the StylesheetRoot class. It is designed
    * to allow a XalanTranfomer object to reuse a compliled stylesheet. 
  
  
  

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

Reply via email to