add missing return statement.

pull/1598/head
Kim Kulling 2017-11-20 23:53:53 +01:00
parent 9ca7b00280
commit a7be5b527f
1 changed files with 2 additions and 0 deletions

View File

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