aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alcmain.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-11-28 06:10:36 -0800
committerChris Robinson <[email protected]>2019-11-28 06:10:36 -0800
commit1e93fba6d02486634afa27fc58a79e8ffa6c6458 (patch)
tree2f85ff7bf13e8f1f467505b7071137adb1caca20 /alc/alcmain.h
parentc0cf323e1d56ce605e90927324d2fdafcfbb564a (diff)
Rename HrtfEntry to HrtfStore
Diffstat (limited to 'alc/alcmain.h')
-rw-r--r--alc/alcmain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/alcmain.h b/alc/alcmain.h
index 30c5b835..92a1bf88 100644
--- a/alc/alcmain.h
+++ b/alc/alcmain.h
@@ -295,7 +295,7 @@ struct ALCdevice : public al::intrusive_ref<ALCdevice> {
/* HRTF state and info */
std::unique_ptr<DirectHrtfState> mHrtfState;
- HrtfEntry *mHrtf{nullptr};
+ HrtfStore *mHrtf{nullptr};
/* Ambisonic-to-UHJ encoder */
std::unique_ptr<Uhj2Encoder> Uhj_Encoder;