diff options
author | Luo Jinghua <sunmoon1997@gmail.com> | 2012-12-21 15:12:50 +0800 |
---|---|---|
committer | Luo Jinghua <sunmoon1997@gmail.com> | 2012-12-21 15:12:50 +0800 |
commit | 9b5e6fe265dcfff90fdd38d8c5990d742351dffb (patch) | |
tree | fea2a2941dfe06d52073465b069d76043a360fff /src | |
parent | de7d44338dcbcb285dbd2b92c25dcdadcf6ad572 (diff) |
Fixed build error since introduce of AudioQueue and AudioBuffer
Diffstat (limited to 'src')
-rw-r--r-- | src/device_coreaudio.cpp | 2 |
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; |