Browse Source

Fix 3MF define typo

Teybeo 7 years ago
parent
commit
8cd1ede9ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/D3MFExporter.cpp

+ 1 - 1
code/D3MFExporter.cpp

@@ -324,5 +324,5 @@ void D3MFExporter::writeRelInfoToFile( const std::string &folder, const std::str
 } // Namespace D3MF
 } // Namespace Assimp
 
-#endif // ASSIMP_BUILD_NO3MF_EXPORTER
+#endif // ASSIMP_BUILD_NO_3MF_EXPORTER
 #endif // ASSIMP_BUILD_NO_EXPORT