+ suppress warnings when copying an object

This commit is contained in:
wmayer
2016-02-09 16:01:23 +01:00
parent fe8be472a9
commit 02578c4e6b
3 changed files with 6 additions and 0 deletions

View File

@@ -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;