summaryrefslogtreecommitdiff
path: root/src/audiocache.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/audiocache.cc')
-rw-r--r--src/audiocache.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audiocache.cc b/src/audiocache.cc
index 7856f4a..86052c7 100644
--- a/src/audiocache.cc
+++ b/src/audiocache.cc
@@ -272,7 +272,7 @@ void AudioCache::setAsyncMode(bool async)
bool AudioCache::asyncMode() const
{
- return event_handler.getThreaded();
+ return event_handler.isThreaded();
}
size_t AudioCache::getNumberOfUnderruns() const