diff options
author | Chris Robinson <[email protected]> | 2018-11-12 19:02:38 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-12 19:02:38 -0800 |
commit | d4d0b1fdd48e1c056fad9cbe3e063fc9de1a0b75 (patch) | |
tree | 444431c3168625100071641aa738adac5fb369a5 /OpenAL32 | |
parent | c0f2858f3d47323205bb90b3b1cc7db2553e6917 (diff) |
Use a regular char* for the HRTF string name
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alMain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 9826c6b2..03d07c0d 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -656,7 +656,7 @@ struct ALCdevice_struct { /* HRTF state and info */ struct DirectHrtfState *Hrtf; - al_string HrtfName; + char *HrtfName; struct Hrtf *HrtfHandle; vector_EnumeratedHrtf HrtfList; ALCenum HrtfStatus; |