diff --git a/code/CMakeLists.txt b/code/CMakeLists.txt index 889a4fb33..782a428b2 100644 --- a/code/CMakeLists.txt +++ b/code/CMakeLists.txt @@ -692,7 +692,7 @@ SET( assimp_src ) add_definitions( -DOPENDDLPARSER_BUILD ) -INCLUDE_DIRECTORIES( +INCLUDE_DIRECTORIES( ../contrib/openddlparser/include ) diff --git a/include/assimp/cimport.h b/include/assimp/cimport.h index f995e4f3b..78e2ad397 100644 --- a/include/assimp/cimport.h +++ b/include/assimp/cimport.h @@ -548,7 +548,7 @@ ASSIMP_API size_t aiGetImportFormatCount(void); // -------------------------------------------------------------------------------- /** Returns a description of the nth import file format. Use #aiGetImportFormatCount() - * to learn how many import formats are supported. + * to learn how many import formats are supported. * @param pIndex Index of the import format to retrieve information for. Valid range is * 0 to #aiGetImportFormatCount() * @return A description of that specific import format. NULL if pIndex is out of range.