dbertoni    2002/10/11 00:20:29

  Modified:    c/src/DOMSupport XalanNamespacesStack.hpp
  Log:
  Fixed typo.
  
  Revision  Changes    Path
  1.5       +1 -1      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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XalanNamespacesStack.hpp  11 Oct 2002 07:19:34 -0000      1.4
  +++ XalanNamespacesStack.hpp  11 Oct 2002 07:20:29 -0000      1.5
  @@ -136,7 +136,7 @@
                const XalanDOMString*
                getPrefixForNamespace(const XalanDOMString&             theURI) 
const
                {
  -                     return findEntry(theURI, XalanNamespace::getURI, 
&XalanNamespace::getPrefix);
  +                     return findEntry(theURI, &XalanNamespace::getURI, 
&XalanNamespace::getPrefix);
                }
   
                bool
  
  
  

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

Reply via email to