aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderThread.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/DecoderThread.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DecoderThread.hxx b/src/DecoderThread.hxx
index 8efaa2fca..f92cce0cc 100644
--- a/src/DecoderThread.hxx
+++ b/src/DecoderThread.hxx
@@ -23,6 +23,6 @@
struct decoder_control;
void
-decoder_thread_start(struct decoder_control *dc);
+decoder_thread_start(decoder_control &dc);
#endif