You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by au...@locus.apache.org on 2000/09/20 20:29:39 UTC

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

auriemma    00/09/20 11:29:38

  Modified:    c/src/XSLT ElemNumber.hpp
  Log:
  Added missing >
  
  Revision  Changes    Path
  1.19      +2 -2      xml-xalan/c/src/XSLT/ElemNumber.hpp
  
  Index: ElemNumber.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemNumber.hpp,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- ElemNumber.hpp	2000/09/19 15:11:47	1.18
  +++ ElemNumber.hpp	2000/09/20 18:29:38	1.19
  @@ -58,7 +58,7 @@
   #define XALAN_ELEMNUMBER_HEADER_GUARD 
   
   /**
  - * $Id: ElemNumber.hpp,v 1.18 2000/09/19 15:11:47 dbertoni Exp $
  + * $Id: ElemNumber.hpp,v 1.19 2000/09/20 18:29:38 auriemma Exp $
    * 
    * $State: Exp $
    * 
  @@ -109,7 +109,7 @@
   				less<const ElemNumber*> >			ElemToCounterVectorMapType;
   	typedef map<XalanDOMChar,
   				XalanNumberingResourceBundle,
  -				less<XalanDOMChar>					NumberingResourceBundleMapType;
  +				less<XalanDOMChar> >				NumberingResourceBundleMapType;
   #else
   	typedef std::vector<DecimalToRoman>				DecimalToRomanVectorType;
   	typedef std::vector<int>						IntArrayType;