diff options
author | Chris Robinson <[email protected]> | 2013-10-07 05:41:41 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-10-07 05:41:41 -0700 |
commit | 8aa237ac239c2be0ee6fc63393c3e5b288aac33f (patch) | |
tree | 04184c1811870f9b71426f05615ab1098c699a9b /OpenAL32/Include/alSource.h | |
parent | 5d014ba85f39ddd57c03221a1dcf7d0cf3b1101f (diff) |
Fix effect slot struct declarations so KDevelop doesn't barf on them
Diffstat (limited to 'OpenAL32/Include/alSource.h')
-rw-r--r-- | OpenAL32/Include/alSource.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h index 632c8fc1..f547b188 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -22,8 +22,7 @@ extern const ALsizei ResamplerPadding[ResamplerMax]; extern const ALsizei ResamplerPrePadding[ResamplerMax]; -typedef struct ALbufferlistitem -{ +typedef struct ALbufferlistitem { struct ALbuffer *buffer; struct ALbufferlistitem *next; struct ALbufferlistitem *prev; |