Skip to content
Snippets Groups Projects
Commit 8d947014 authored by James David Berry's avatar James David Berry
Browse files

Add const qualifier to getDocumentLocations to match interface (patch to...

Add const qualifier to getDocumentLocations to match interface (patch to 191040 for bug XERCESC-1153).

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@191052 13f79535-47bb-0310-9956-ffa450edef68
parent 39c40ff9
No related branches found
No related tags found
No related merge requests found
......@@ -206,7 +206,7 @@ XSNotationDeclaration *XSNamespaceItem::getNotationDeclaration(const XMLCh *name
return 0;
}
StringList *XSNamespaceItem::getDocumentLocations()
const StringList *XSNamespaceItem::getDocumentLocations()
{
if (fGrammar)
return ((XMLSchemaDescriptionImpl*) fGrammar->getGrammarDescription())->getLocationHints();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment