浏览代码

Merge pull request #2558 from panquez/patch-1

Fix issue #2557
Kim Kulling 6 年之前
父节点
当前提交
d1b206a8ea
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      code/Common/Exporter.cpp

+ 1 - 1
code/Common/Exporter.cpp

@@ -183,7 +183,7 @@ Exporter::ExportFormatEntry gExporters[] =
     Exporter::ExportFormatEntry( "3mf", "The 3MF-File-Format", "3mf", &ExportScene3MF, 0 ),
 #endif
 
-#ifndef ASSIMP_BUILD_NO_ASSJSON_EXPORTER
+#ifndef ASSIMP_BUILD_NO_Assjson_EXPORTER
     Exporter::ExportFormatEntry("json", "Plain JSON representation of the Assimp scene data structure", "json", &ExportAssimp2Json, 0)
 #endif
 };