diff options
author | Chris Robinson <[email protected]> | 2022-02-08 09:39:56 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2022-02-08 09:39:56 -0800 |
commit | e2cdbf864fd407b36aa3a8d1c09622c0d6e930b7 (patch) | |
tree | 14a7c99bf3339fefe21a9721143a103587794518 /al/auxeffectslot.h | |
parent | 843cff0537ca07446ab01421ffc7aa6181414502 (diff) |
Fix sign of ALeffectslot::eax_get_eax_default_lock's return type
Diffstat (limited to 'al/auxeffectslot.h')
-rw-r--r-- | al/auxeffectslot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/al/auxeffectslot.h b/al/auxeffectslot.h index 0ee1d022..30f9caac 100644 --- a/al/auxeffectslot.h +++ b/al/auxeffectslot.h @@ -105,7 +105,7 @@ private: GUID eax_get_eax_default_effect_guid() const noexcept; - unsigned long eax_get_eax_default_lock() const noexcept; + long eax_get_eax_default_lock() const noexcept; void eax_set_eax_fx_slot_defaults(); |