From 99031997bdb87074138505da977122bc361dd57b Mon Sep 17 00:00:00 2001 From: Teybeo Date: Mon, 11 Dec 2017 16:27:27 +0100 Subject: [PATCH] Fix 3MF define typo --- code/D3MFExporter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/D3MFExporter.h b/code/D3MFExporter.h index 16efabf29..b6be73976 100644 --- a/code/D3MFExporter.h +++ b/code/D3MFExporter.h @@ -59,7 +59,7 @@ class IOStream; namespace D3MF { #ifndef ASSIMP_BUILD_NO_EXPORT -#ifndef ASSIMP_BUILD_NO3MF_EXPORTER +#ifndef ASSIMP_BUILD_NO_3MF_EXPORTER struct OpcPackageRelationship; @@ -95,7 +95,7 @@ private: std::vector mRelations; }; -#endif // ASSIMP_BUILD_NO3MF_EXPORTER +#endif // ASSIMP_BUILD_NO_3MF_EXPORTER #endif // ASSIMP_BUILD_NO_EXPORT } // Namespace D3MF