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 2003/04/17 01:59:17 UTC

cvs commit: xml-xalan/c/src/ICUBridge ICUBridgeCollationCompareFunctorImpl.hpp

dbertoni    2003/04/16 16:59:17

  Modified:    c/src/ICUBridge ICUBridgeCollationCompareFunctorImpl.hpp
  Log:
  Fixed order of storage class and cv-modifier.
  
  Revision  Changes    Path
  1.9       +1 -1      xml-xalan/c/src/ICUBridge/ICUBridgeCollationCompareFunctorImpl.hpp
  
  Index: ICUBridgeCollationCompareFunctorImpl.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/ICUBridge/ICUBridgeCollationCompareFunctorImpl.hpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ICUBridgeCollationCompareFunctorImpl.hpp	21 Feb 2003 01:00:50 -0000	1.8
  +++ ICUBridgeCollationCompareFunctorImpl.hpp	16 Apr 2003 23:59:17 -0000	1.9
  @@ -256,7 +256,7 @@
   
   	mutable CollatorCacheListType	m_collatorCache;
   
  -	const static StylesheetExecutionContextDefault::DefaultCollationCompareFunctor	s_defaultFunctor;
  +	static const StylesheetExecutionContextDefault::DefaultCollationCompareFunctor	s_defaultFunctor;
   };
   
   
  
  
  

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