diff options
author | Max Kellermann <max@duempel.org> | 2013-10-15 22:58:38 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-15 22:58:38 +0200 |
commit | 6db77dcf7535a05283fe4aa55b7a948e50002075 (patch) | |
tree | b029b9e82431f12584be56831fe145674084c2f3 /src/output/RoarOutputPlugin.hxx | |
parent | 1cde86823d35606d5340adf940c6126b358b81fd (diff) | |
download | mpd-6db77dcf7535a05283fe4aa55b7a948e50002075.tar.gz mpd-6db77dcf7535a05283fe4aa55b7a948e50002075.tar.xz mpd-6db77dcf7535a05283fe4aa55b7a948e50002075.zip |
output/roar: move code into the RoarOutput class
Diffstat (limited to '')
-rw-r--r-- | src/output/RoarOutputPlugin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/RoarOutputPlugin.hxx b/src/output/RoarOutputPlugin.hxx index faa4b4d5c..04949e421 100644 --- a/src/output/RoarOutputPlugin.hxx +++ b/src/output/RoarOutputPlugin.hxx @@ -20,7 +20,7 @@ #ifndef MPD_ROAR_OUTPUT_PLUGIN_H #define MPD_ROAR_OUTPUT_PLUGIN_H -struct RoarOutput; +class RoarOutput; extern const struct audio_output_plugin roar_output_plugin; |