Merge pull request #1062 from byteblob/patch-1

added void to aiGetErrorString's args
pull/1066/head
Kim Kulling 2016-11-10 13:47:19 +01:00 committed by GitHub
commit b04069b441
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ ASSIMP_API void aiReleaseImport(
* import process. NULL if there was no error. There can't be an error if you * import process. NULL if there was no error. There can't be an error if you
* got a non-NULL #aiScene from #aiImportFile/#aiImportFileEx/#aiApplyPostProcessing. * got a non-NULL #aiScene from #aiImportFile/#aiImportFileEx/#aiApplyPostProcessing.
*/ */
ASSIMP_API const char* aiGetErrorString(); ASSIMP_API const char* aiGetErrorString(void);
// -------------------------------------------------------------------------------- // --------------------------------------------------------------------------------
/** Returns whether a given file extension is supported by ASSIMP /** Returns whether a given file extension is supported by ASSIMP