dbertoni    2002/10/10 19:13:08

  Modified:    c/src/DOMSupport XalanNamespacesStack.hpp
  Log:
  Fixed typos.
  
  Revision  Changes    Path
  1.2       +2 -2      xml-xalan/c/src/DOMSupport/XalanNamespacesStack.hpp
  
  Index: XalanNamespacesStack.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/DOMSupport/XalanNamespacesStack.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XalanNamespacesStack.hpp  11 Oct 2002 01:55:47 -0000      1.1
  +++ XalanNamespacesStack.hpp  11 Oct 2002 02:13:08 -0000      1.2
  @@ -168,7 +168,7 @@
                const_reverse_iterator
                rbegin() const
                {
  -                     return const_iterator(end());
  +                     return const_reverse_iterator(end());
                }
   
                reverse_iterator
  @@ -306,7 +306,7 @@
        const_reverse_iterator
        rbegin() const
        {
  -             return const_iterator(end());
  +             return const_reverse_iterator(end());
        }
   
        reverse_iterator
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to