Browse Source

add missing return statement.

Kim Kulling 7 năm trước cách đây
mục cha
commit
a7be5b527f
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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() {