mirror of https://github.com/Icinga/icinga2.git
Fixed incorrect macro name.
This commit is contained in:
parent
5d0fa0f6c9
commit
9b44a5c35d
|
@ -87,7 +87,7 @@ private:
|
|||
}
|
||||
|
||||
#ifdef _DEBUG
|
||||
# define ASSERT(expr) ASSERT(expr)
|
||||
# define ASSERT(expr) assert(expr)
|
||||
#else /* _DEBUG */
|
||||
# define ASSERT(expr)
|
||||
#endif /* _DEBUG */
|
||||
|
|
Loading…
Reference in New Issue