From c21c70ade60b7e3fdbf2fbdef24ce336787f5b3f Mon Sep 17 00:00:00 2001 From: byteblob Date: Wed, 9 Nov 2016 22:43:01 +0100 Subject: [PATCH] added void to aiGetErrorString's args --- include/assimp/cimport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/assimp/cimport.h b/include/assimp/cimport.h index 231230c..6d3fa4a 100644 --- a/include/assimp/cimport.h +++ b/include/assimp/cimport.h @@ -337,7 +337,7 @@ ASSIMP_API void aiReleaseImport( * 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. */ -ASSIMP_API const char* aiGetErrorString(); +ASSIMP_API const char* aiGetErrorString(void); // -------------------------------------------------------------------------------- /** Returns whether a given file extension is supported by ASSIMP -- 2.7.4