summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;