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

@@ -97,7 +97,8 @@ INCLUDEPATH += sources \
sources/SearchAndReplace/ui \
sources/NameList \
sources/NameList/ui \
sources/utils
sources/utils \
sources/pugixml
# Fichiers sources

View File

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