diff --git a/include/Cubed/tools/cubed_assert.hpp b/include/Cubed/tools/cubed_assert.hpp index d12f8b1..2b5ec4b 100644 --- a/include/Cubed/tools/cubed_assert.hpp +++ b/include/Cubed/tools/cubed_assert.hpp @@ -18,7 +18,7 @@ namespace Assert { #ifdef NDEBUG #define CUBED_ASSERT(cond) ((void)0) -#define CUBED_ASSERT_MSG(cond) ((void)0) +#define CUBED_ASSERT_MSG(cond, message) ((void)0) #else #define CUBED_ASSERT(cond) \ do { \