aboutsummaryrefslogtreecommitdiffstats
path: root/alc/effects/base.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-08-27 23:02:17 -0700
committerChris Robinson <[email protected]>2020-08-27 23:02:17 -0700
commitecf30de36f6487c1f8a19ae0d03ba810078706f4 (patch)
tree1a25173f5d35b9c317854a1e20493bdb2be3d948 /alc/effects/base.h
parenta9ebcdcb7fb2d8eeb137b54c100f3d9601b71a2e (diff)
Rename buffer_formats to buffer_storage
Diffstat (limited to 'alc/effects/base.h')
-rw-r--r--alc/effects/base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/effects/base.h b/alc/effects/base.h
index 6aa0f9e9..e662d69c 100644
--- a/alc/effects/base.h
+++ b/alc/effects/base.h
@@ -8,7 +8,7 @@
#include "almalloc.h"
#include "alspan.h"
#include "atomic.h"
-#include "buffer_formats.h"
+#include "buffer_storage.h"
#include "intrusive_ptr.h"
struct ALeffectslot;