ソースを参照

Merge pull request #4263 from RivIs-sssa01/fix_X3DImporter.cpp_closingBraces

Fix compile error when ASSIMP_BUILD_NO_X3D_IMPORTER is define.
Kim Kulling 3 年 前
コミット
9dfd401624
1 ファイル変更2 行追加2 行削除
  1. 2 2
      code/AssetLib/X3D/X3DImporter.cpp

+ 2 - 2
code/AssetLib/X3D/X3DImporter.cpp

@@ -480,6 +480,6 @@ void X3DImporter::ParseHelper_Node_Exit() {
     }
 }
 
-#endif // !ASSIMP_BUILD_NO_X3D_IMPORTER
-
 } // namespace Assimp
+
+#endif // !ASSIMP_BUILD_NO_X3D_IMPORTER