+ suppress warnings when copying an object
This commit is contained in:
@@ -127,6 +127,7 @@ MergeDocuments::importObjects(std::istream& input)
|
||||
this->nameMap.clear();
|
||||
this->stream = new zipios::ZipInputStream(input);
|
||||
XMLMergeReader reader(this->nameMap,"<memory>", *stream);
|
||||
reader.setVerbose(isVerbose());
|
||||
std::vector<App::DocumentObject*> objs = appdoc->importObjects(reader);
|
||||
|
||||
delete this->stream;
|
||||
|
||||
Reference in New Issue
Block a user