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 21:27:38 UTC

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

auriemma    00/09/20 12:27:34

  Modified:    c/src/XercesParserLiaison XercesDocumentBridge.hpp
  Log:
  Resolve scope for AIX.
  
  Revision  Changes    Path
  1.9       +1 -1      xml-xalan/c/src/XercesParserLiaison/XercesDocumentBridge.hpp
  
  Index: XercesDocumentBridge.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XercesParserLiaison/XercesDocumentBridge.hpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- XercesDocumentBridge.hpp	2000/09/19 14:47:24	1.8
  +++ XercesDocumentBridge.hpp	2000/09/20 19:27:30	1.9
  @@ -383,7 +383,7 @@
   	{
   	public:
   
  -		typedef NavigatorBridgeVectorType	NavigatorBridgeVectorType;
  +		typedef XercesDocumentBridge::NavigatorBridgeVectorType	NavigatorBridgeVectorType;
   
   		BuildBridgeTreeWalker(
   				XercesDocumentBridge*		theDocument,