diff options
Diffstat (limited to 'Alc/ambdec.h')
-rw-r--r-- | Alc/ambdec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ambdec.h b/Alc/ambdec.h index 33e74d36..99caf9a2 100644 --- a/Alc/ambdec.h +++ b/Alc/ambdec.h @@ -24,7 +24,7 @@ struct AmbDecConf { ALfloat XOverFreq; ALfloat XOverRatio; - struct { + struct SpeakerConf { std::string Name; ALfloat Distance; ALfloat Azimuth; |