aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/plugins/ShoutOutputPlugin.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-28 11:22:27 +0100
committerMax Kellermann <max@duempel.org>2014-01-28 11:33:15 +0100
commite0dc721324f34d8b3803dce64545871aec42e537 (patch)
tree5cc5177d022bf337e2dcc80ef1cc5a88f70d8fba /src/output/plugins/ShoutOutputPlugin.cxx
parent2f873edc9c61a55c7a524a48f16cb197cd08b37d (diff)
downloadmpd-e0dc721324f34d8b3803dce64545871aec42e537.tar.gz
mpd-e0dc721324f34d8b3803dce64545871aec42e537.tar.xz
mpd-e0dc721324f34d8b3803dce64545871aec42e537.zip
OutputPlugin: rename struct audio_output_plugin to AudioOutputPlugin
Diffstat (limited to 'src/output/plugins/ShoutOutputPlugin.cxx')
-rw-r--r--src/output/plugins/ShoutOutputPlugin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/plugins/ShoutOutputPlugin.cxx b/src/output/plugins/ShoutOutputPlugin.cxx
index f86e5ce4b..761f701c5 100644
--- a/src/output/plugins/ShoutOutputPlugin.cxx
+++ b/src/output/plugins/ShoutOutputPlugin.cxx
@@ -525,7 +525,7 @@ static void my_shout_set_tag(struct audio_output *ao,
write_page(sd, IgnoreError());
}
-const struct audio_output_plugin shout_output_plugin = {
+const struct AudioOutputPlugin shout_output_plugin = {
"shout",
nullptr,
my_shout_init_driver,