Minor pugi improvement

This commit is contained in:
joshua
2020-01-04 13:50:58 +01:00
parent 674e9e31a5
commit 6398feba0d
2 changed files with 3 additions and 2 deletions

View File

@@ -495,7 +495,7 @@ NamesList ElementsLocation::nameList()
NamesList nl;
if (isElement())
nl.fromXml(xml());
nl.fromXml(pugiXml());
if (isDirectory())
{