add missing return statement.

This commit is contained in:
Kim Kulling
2017-11-20 23:53:53 +01:00
parent 9ca7b00280
commit a7be5b527f

View File

@@ -100,6 +100,8 @@ bool D3MFExporter::exportAsset() {
writeBuild();
mOutput << "</" << XmlTag::model << ">\n";
return true;
}
void D3MFExporter::writeHeader() {