aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alSource.h
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32/Include/alSource.h')
-rw-r--r--OpenAL32/Include/alSource.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h
index c0e829ae..83b8193c 100644
--- a/OpenAL32/Include/alSource.h
+++ b/OpenAL32/Include/alSource.h
@@ -7,7 +7,6 @@
#define MAX_SENDS 1
#include "alFilter.h"
-#include "alAuxEffectSlot.h"
#include "AL/al.h"
#define AL_DIRECT_FILTER 0x20005
@@ -67,7 +66,7 @@ typedef struct ALsource
ALfilter DirectFilter;
struct {
- ALeffectslot *Slot;
+ struct ALeffectslot *Slot;
ALfilter WetFilter;
} Send[MAX_SENDS];