summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/butler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/butler.cc b/src/lib/butler.cc
index 96546a673..7481b0301 100644
--- a/src/lib/butler.cc
+++ b/src/lib/butler.cc
@@ -176,6 +176,6 @@ Butler::player_changed ()
void
Butler::get_audio (float* out, Frame frames)
{
- _audio.get (reinterpret_cast<float*> (out), _audio_channels, frames);
+ _audio.get (out, _audio_channels, frames);
_summon.notify_all ();
}