Toponaming: Fix save and restore of elementmaps

This commit is contained in:
bgbsww
2024-06-23 15:17:45 -04:00
parent 55515b1e7f
commit aa66518568
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);