summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2012-12-21 15:12:50 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2012-12-21 15:12:50 +0800
commit9b5e6fe265dcfff90fdd38d8c5990d742351dffb (patch)
treefea2a2941dfe06d52073465b069d76043a360fff
parentde7d44338dcbcb285dbd2b92c25dcdadcf6ad572 (diff)
Fixed build error since introduce of AudioQueue and AudioBuffer
-rw-r--r--src/device_coreaudio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device_coreaudio.cpp b/src/device_coreaudio.cpp
index b4eabe3..f198e72 100644
--- a/src/device_coreaudio.cpp
+++ b/src/device_coreaudio.cpp
@@ -236,7 +236,7 @@ namespace audiere {
ADR_LOG("fillInput\n");
for (UInt32 i = 0; i < ioData->mNumberBuffers; i++) {
- AudioBuffer *abuf;
+ ::AudioBuffer *abuf;
UInt32 remaining, len;
void* ptr;