fix release builds

This commit is contained in:
Andrei Yankovich 2021-03-22 21:08:46 +03:00
parent e06d6d3634
commit 9c7aa9b8a3

View File

@ -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.