فهرست منبع

Merge branch 'master' of https://github.com/assimp/assimp

Kim Kulling 8 سال پیش
والد
کامیت
1126f8dade
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      include/assimp/cimport.h

+ 1 - 1
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
  * 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