Return-Path: Delivered-To: apmail-xml-xalan-cvs-archive@xml.apache.org Received: (qmail 61543 invoked by uid 500); 11 Oct 2002 07:20:31 -0000 Mailing-List: contact xalan-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: Delivered-To: mailing list xalan-cvs@xml.apache.org Received: (qmail 61524 invoked from network); 11 Oct 2002 07:20:31 -0000 Date: 11 Oct 2002 07:20:29 -0000 Message-ID: <20021011072029.65834.qmail@icarus.apache.org> From: dbertoni@apache.org To: xml-xalan-cvs@apache.org Subject: cvs commit: xml-xalan/c/src/DOMSupport XalanNamespacesStack.hpp X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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: xalan-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: xalan-cvs-help@xml.apache.org