diff options
author | Max Kellermann <max@duempel.org> | 2013-10-28 10:09:21 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-28 10:09:21 +0100 |
commit | e699f6781e144d02336856d460a74fbaf988447d (patch) | |
tree | 326e1737ef617cfb746163aec06837c7bf67e753 /src/DecoderThread.hxx | |
parent | 5f13c1cd9c837a9dacd13e0f79032eb828296673 (diff) | |
download | mpd-e699f6781e144d02336856d460a74fbaf988447d.tar.gz mpd-e699f6781e144d02336856d460a74fbaf988447d.tar.xz mpd-e699f6781e144d02336856d460a74fbaf988447d.zip |
decoder_control: rename to DecoderControl
Diffstat (limited to 'src/DecoderThread.hxx')
-rw-r--r-- | src/DecoderThread.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 |