aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/plugins/NullOutputPlugin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/output/plugins/NullOutputPlugin.hxx')
-rw-r--r--src/output/plugins/NullOutputPlugin.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/plugins/NullOutputPlugin.hxx b/src/output/plugins/NullOutputPlugin.hxx
index 05b8ef3d8..f25f5b9f3 100644
--- a/src/output/plugins/NullOutputPlugin.hxx
+++ b/src/output/plugins/NullOutputPlugin.hxx
@@ -20,6 +20,6 @@
#ifndef MPD_NULL_OUTPUT_PLUGIN_HXX
#define MPD_NULL_OUTPUT_PLUGIN_HXX
-extern const struct audio_output_plugin null_output_plugin;
+extern const struct AudioOutputPlugin null_output_plugin;
#endif