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

Fix compile error when ASSIMP_BUILD_NO_X3D_IMPORTER is define.
pull/4266/head
Kim Kulling 2021-12-18 21:28:32 +01:00 committed by GitHub
commit 9dfd401624
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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