Merge pull request #1576 from elect86/patch-13

Update ValidateDataStructure.h, typo
pull/1584/head
Kim Kulling 2017-11-19 17:38:02 +01:00 committed by GitHub
commit e1837b6cc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ protected:
// ------------------------------------------------------------------- // -------------------------------------------------------------------
/** Report a validation warning. This won't throw an exception, /** Report a validation warning. This won't throw an exception,
* control will return to the callera. * control will return to the caller.
* @param msg Format string for sprintf().*/ * @param msg Format string for sprintf().*/
void ReportWarning(const char* msg,...); void ReportWarning(const char* msg,...);