From e699f6781e144d02336856d460a74fbaf988447d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 28 Oct 2013 10:09:21 +0100 Subject: decoder_control: rename to DecoderControl --- src/DecoderThread.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/DecoderThread.hxx') diff --git a/src/DecoderThread.hxx b/src/DecoderThread.hxx index f92cce0cc..a2d533f93 100644 --- a/src/DecoderThread.hxx +++ b/src/DecoderThread.hxx @@ -20,9 +20,9 @@ #ifndef MPD_DECODER_THREAD_HXX #define MPD_DECODER_THREAD_HXX -struct decoder_control; +struct DecoderControl; void -decoder_thread_start(decoder_control &dc); +decoder_thread_start(DecoderControl &dc); #endif -- cgit v1.2.3