[ https://issues.apache.org/jira/browse/XERCESC-2036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Scott Cantor updated XERCESC-2036: ---------------------------------- Affects Version/s: 3.1.0 3.1.2 3.1.3 3.1.4 > XSTypeDefinition::getNamespace() is missing a const qualifier > ------------------------------------------------------------- > > Key: XERCESC-2036 > URL: https://issues.apache.org/jira/browse/XERCESC-2036 > Project: Xerces-C++ > Issue Type: Bug > Components: Validating Parser (XML Schema) > Affects Versions: 3.1.0, 3.1.1, 3.1.2, 3.1.3, 3.1.4 > Reporter: Erik Sjölund > Priority: Minor > Fix For: 3.2.0 > > > The function > XSTypeDefinition::getNamespace() > should have a const qualifier, just like > XSTypeDefinition::getName() > has. > $ cd xerces-c-3.1.1/src/xercesc/framework/psvi/ > $ grep "XMLCh\* getName" XSTypeDefinition.hpp > virtual const XMLCh* getName() const = 0; > virtual const XMLCh* getNamespace() = 0; -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: c-dev-h...@xerces.apache.org