You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@locus.apache.org on 2000/04/18 17:27:54 UTC

cvs commit: xml-xalan/c/src/XSLT FunctionFormatNumber.hpp

dbertoni    00/04/18 08:27:53

  Modified:    c/src/XSLT FunctionFormatNumber.hpp
  Log:
  Removed spurious DOM_Node forward declaration.
  
  Revision  Changes    Path
  1.4       +0 -1      xml-xalan/c/src/XSLT/FunctionFormatNumber.hpp
  
  Index: FunctionFormatNumber.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/FunctionFormatNumber.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- FunctionFormatNumber.hpp	2000/04/11 15:09:27	1.3
  +++ FunctionFormatNumber.hpp	2000/04/18 15:27:52	1.4
  @@ -72,7 +72,6 @@
   
   
   
  -class DOM_Node;
   class XObject;
   class XPathExecutionContext;