dbertoni    2002/10/11 00:19:34

  Modified:    c/src/DOMSupport XalanNamespacesStack.hpp
  Log:
  Fixed typo.
  
  Revision  Changes    Path
  1.4       +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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XalanNamespacesStack.hpp  11 Oct 2002 07:10:03 -0000      1.3
  +++ XalanNamespacesStack.hpp  11 Oct 2002 07:19:34 -0000      1.4
  @@ -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