diff options
Diffstat (limited to 'al/eax/utils.h')
-rw-r--r-- | al/eax/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/al/eax/utils.h b/al/eax/utils.h index 5a8fdd64..2960c6d7 100644 --- a/al/eax/utils.h +++ b/al/eax/utils.h @@ -11,7 +11,7 @@ struct EaxAlLowPassParam { float gain_hf; }; -void eax_log_exception(const char* message = nullptr) noexcept; +void eax_log_exception(const char *message) noexcept; template<typename TException, typename TValue> void eax_validate_range( |