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...@apache.org on 2002/10/04 05:38:31 UTC

cvs commit: xml-xalan/c/src/XercesParserLiaison XercesWrapperNavigator.hpp

dbertoni    2002/10/03 20:38:31

  Modified:    c/src/XercesParserLiaison XercesWrapperNavigator.hpp
  Log:
  Fixed glitch with storage class.
  
  Revision  Changes    Path
  1.4       +1 -1      xml-xalan/c/src/XercesParserLiaison/XercesWrapperNavigator.hpp
  
  Index: XercesWrapperNavigator.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XercesParserLiaison/XercesWrapperNavigator.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XercesWrapperNavigator.hpp	4 Oct 2002 01:35:42 -0000	1.3
  +++ XercesWrapperNavigator.hpp	4 Oct 2002 03:38:31 -0000	1.4
  @@ -246,7 +246,7 @@
   
   	unsigned long			m_index;
   
  -	const static XalanDOMString	s_emptyString;
  +	static const XalanDOMString		s_emptyString;
   };
   
   
  
  
  

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