Toponaming: Fix save and restore of elementmaps
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user