added void to aiGetErrorString's args
authorbyteblob <breadstick00@gmail.com>
Wed, 9 Nov 2016 21:43:01 +0000 (22:43 +0100)
committerGitHub <noreply@github.com>
Wed, 9 Nov 2016 21:43:01 +0000 (22:43 +0100)
include/assimp/cimport.h

index 231230c..6d3fa4a 100644 (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
  * 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