aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ambdec.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-12-09 22:34:21 -0800
committerChris Robinson <[email protected]>2018-12-10 00:01:13 -0800
commit0d56c59f14459b17028ebda710c3735d6ecab507 (patch)
tree2021c64ec8c4a36cb56203ed4bf8cbcaa25d9615 /Alc/ambdec.h
parent0a805727dbdca65a4515bd5bbcbc25468784271e (diff)
Avoid some more explicit loops
Diffstat (limited to 'Alc/ambdec.h')
-rw-r--r--Alc/ambdec.h2
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;