summaryrefslogtreecommitdiff
path: root/src/audiocache.cc
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2016-01-29 17:28:32 +0100
committerAndré Nusser <andre.nusser@googlemail.com>2016-01-29 17:28:32 +0100
commit9ebd9aa0c3429f896e6c41f279b570ba36aec674 (patch)
treea88d3c8d1d5cb962607b0430d3370075de55a709 /src/audiocache.cc
parent0e550bc28852a42896a0cb3711f78d9f3e520b71 (diff)
Glocke suggestions
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