From 8f0208e5a8d33c8b82feba197850280b04d3dacf Mon Sep 17 00:00:00 2001 From: Gargaj Date: Thu, 28 Aug 2014 15:41:17 +0200 Subject: [PATCH] whoops, still some residue from ASSBIN --- code/AssxmlExporter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/AssxmlExporter.cpp b/code/AssxmlExporter.cpp index 35749be1c..89b7718b6 100644 --- a/code/AssxmlExporter.cpp +++ b/code/AssxmlExporter.cpp @@ -38,7 +38,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ---------------------------------------------------------------------- */ /** @file AssxmlExporter.cpp - * ASSBIN exporter main code + * ASSXML exporter main code */ #include "AssimpPCH.h" #include "./../include/assimp/version.h" @@ -631,5 +631,5 @@ void ExportSceneAssxml(const char* pFile, IOSystem* pIOSystem, const aiScene* pS } // end of namespace Assimp -#endif // ASSIMP_BUILD_NO_ASSBIN_EXPORTER +#endif // ASSIMP_BUILD_NO_ASSXML_EXPORTER #endif // ASSIMP_BUILD_NO_EXPORT