Browse Source

add missing return statement.

Kim Kulling 7 years ago
parent
commit
a7be5b527f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      code/D3MFExporter.cpp

+ 2 - 0
code/D3MFExporter.cpp

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