aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alAuxEffectSlot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenAL32/Include/alAuxEffectSlot.h b/OpenAL32/Include/alAuxEffectSlot.h
index e34d787d..5d389193 100644
--- a/OpenAL32/Include/alAuxEffectSlot.h
+++ b/OpenAL32/Include/alAuxEffectSlot.h
@@ -14,7 +14,7 @@ extern "C" {
#define AL_EFFECTSLOT_NULL 0x0000
-typedef struct ALeffectslot_struct
+typedef struct ALeffectslot
{
ALeffect effect;
@@ -24,7 +24,7 @@ typedef struct ALeffectslot_struct
// Index to itself
ALuint effectslot;
- struct ALeffectslot_struct *next;
+ struct ALeffectslot *next;
} ALeffectslot;
AL_API ALvoid AL_APIENTRY alGenAuxiliaryEffectSlots(ALsizei n, ALuint *effectslots);