Toponaming: Fix save and restore of elementmaps

This commit is contained in:
bgbsww
2024-06-23 15:17:45 -04:00
parent 6fd73487c7
commit 3c3709cb5d
12 changed files with 226 additions and 42 deletions

View File

@@ -457,7 +457,7 @@ void ComplexGeoData::Restore(Base::XMLReader& reader)
const char* file = "";
if (reader.hasAttribute("file")) {
reader.getAttribute("file");
file = reader.getAttribute("file");
}
if (*file != 0) {
reader.addFile(file, this);