Added AI_WONT_RETURN_SUFFIX to ReportError().

pull/66/head
Sherief Farouk 2013-08-04 10:10:41 -04:00
parent 0d57e659cb
commit 32b694d4f6
1 changed files with 1 additions and 1 deletions

View File

@ -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;
// -------------------------------------------------------------------