Fixed incorrect macro name.

This commit is contained in:
Gunnar Beutner 2013-03-09 12:53:04 +01:00
parent 5d0fa0f6c9
commit 9b44a5c35d
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ private:
}
#ifdef _DEBUG
# define ASSERT(expr) ASSERT(expr)
# define ASSERT(expr) assert(expr)
#else /* _DEBUG */
# define ASSERT(expr)
#endif /* _DEBUG */