diff options
Diffstat (limited to 'src/output/plugins/PipeOutputPlugin.hxx')
-rw-r--r-- | src/output/plugins/PipeOutputPlugin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/plugins/PipeOutputPlugin.hxx b/src/output/plugins/PipeOutputPlugin.hxx index 42b01b9f7..bdaf2ecfd 100644 --- a/src/output/plugins/PipeOutputPlugin.hxx +++ b/src/output/plugins/PipeOutputPlugin.hxx @@ -20,6 +20,6 @@ #ifndef MPD_PIPE_OUTPUT_PLUGIN_HXX #define MPD_PIPE_OUTPUT_PLUGIN_HXX -extern const struct audio_output_plugin pipe_output_plugin; +extern const struct AudioOutputPlugin pipe_output_plugin; #endif |