mirror of
https://github.com/QuasarApp/QuasarAppLib.git
synced 2025-04-26 17:54:40 +00:00
fix release builds
This commit is contained in:
parent
e06d6d3634
commit
9c7aa9b8a3
2
global.h
2
global.h
@ -135,7 +135,7 @@ uint8_t static_type_hash_8(T& object) noexcept {
|
||||
// In the release mode This assert prin Error message only.
|
||||
#define debug_assert(condition, msg) \
|
||||
if (!condition) \
|
||||
QuasarAppLib:params::log(msg, QuasarAppLib::Error);
|
||||
QuasarAppUtils::Params::log(msg, QuasarAppUtils::Error);
|
||||
|
||||
#else
|
||||
// The debug_assert it is assert that abort application only in debug mode.
|
||||
|
Loading…
x
Reference in New Issue
Block a user