You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dm...@apache.org on 2005/05/08 02:08:27 UTC

cvs commit: xml-xalan/c/src/xalanc/PlatformSupport FormatterListener.hpp

dmitryh     2005/05/07 17:08:27

  Modified:    c/src/xalanc/PlatformSupport FormatterListener.hpp
  Log:
  Removing a comma ( fixing a warning) . Related to XALANC-480
  
  Revision  Changes    Path
  1.8       +2 -2      xml-xalan/c/src/xalanc/PlatformSupport/FormatterListener.hpp
  
  Index: FormatterListener.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/PlatformSupport/FormatterListener.hpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- FormatterListener.hpp	6 May 2005 17:24:31 -0000	1.7
  +++ FormatterListener.hpp	8 May 2005 00:08:26 -0000	1.8
  @@ -80,7 +80,7 @@
       enum eXMLVer
       {
           XML_VERSION_1_0 = 0,
  -        XML_VERSION_1_1 = 1,
  +        XML_VERSION_1_1 = 1
       };
   
   public:
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org