aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alBuffer.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2013-10-07 05:41:41 -0700
committerChris Robinson <[email protected]>2013-10-07 05:41:41 -0700
commit8aa237ac239c2be0ee6fc63393c3e5b288aac33f (patch)
tree04184c1811870f9b71426f05615ab1098c699a9b /OpenAL32/Include/alBuffer.h
parent5d014ba85f39ddd57c03221a1dcf7d0cf3b1101f (diff)
Fix effect slot struct declarations so KDevelop doesn't barf on them
Diffstat (limited to 'OpenAL32/Include/alBuffer.h')
-rw-r--r--OpenAL32/Include/alBuffer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenAL32/Include/alBuffer.h b/OpenAL32/Include/alBuffer.h
index 19390e5e..358b3c9f 100644
--- a/OpenAL32/Include/alBuffer.h
+++ b/OpenAL32/Include/alBuffer.h
@@ -67,8 +67,7 @@ static inline ALuint FrameSizeFromFmt(enum FmtChannels chans, enum FmtType type)
}
-typedef struct ALbuffer
-{
+typedef struct ALbuffer {
ALvoid *data;
ALsizei Frequency;