summaryrefslogtreecommitdiff
path: root/src/3rdparty/assimp/code/ValidateDataStructure.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/assimp/code/ValidateDataStructure.h')
-rw-r--r--src/3rdparty/assimp/code/ValidateDataStructure.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/assimp/code/ValidateDataStructure.h b/src/3rdparty/assimp/code/ValidateDataStructure.h
index 0b5942f32..2b7fa3721 100644
--- a/src/3rdparty/assimp/code/ValidateDataStructure.h
+++ b/src/3rdparty/assimp/code/ValidateDataStructure.h
@@ -82,7 +82,7 @@ protected:
/** Report a validation error. This will throw an exception,
* control won't return.
* @param msg Format string for sprintf().*/
- AI_WONT_RETURN void ReportError(const char* msg,...);
+ AI_WONT_RETURN void ReportError(const char* msg,...) AI_WONT_RETURN_SUFFIX;
// -------------------------------------------------------------------