mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
fixed GH #1313: XML library compilation error
This commit is contained in:
parent
7ea6d08907
commit
6fb2a11d59
@ -710,7 +710,7 @@ void XMLWriter::declareNamespaces(const XMLString& namespaceURI, const XMLString
|
||||
{
|
||||
std::map<XMLString, std::set<XMLString> > usedNamespaces;
|
||||
bool defaultNameSpaceUsed = false;
|
||||
XMLString defaultNamespaceURI = _namespaces.getURI(std::string());
|
||||
XMLString defaultNamespaceURI = _namespaces.getURI(XMLString());
|
||||
XMLString local;
|
||||
XMLString prefix;
|
||||
XMLString elementNamespaceURI = namespaceURI;
|
||||
|
Loading…
Reference in New Issue
Block a user