aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/plugins/PulseOutputPlugin.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-01-04 19:15:51 +0100
committerMax Kellermann <max@duempel.org>2015-01-04 19:46:51 +0100
commitefea609dc328a0a17bdec11586bb54041981ff62 (patch)
treef0cf64d932040423e226333d4efded2cef7cf692 /src/output/plugins/PulseOutputPlugin.hxx
parentf3a160038decadade9e223adb006ba8acc3939e7 (diff)
downloadmpd-efea609dc328a0a17bdec11586bb54041981ff62.tar.gz
mpd-efea609dc328a0a17bdec11586bb54041981ff62.tar.xz
mpd-efea609dc328a0a17bdec11586bb54041981ff62.zip
output/pulse: convert to class
Diffstat (limited to 'src/output/plugins/PulseOutputPlugin.hxx')
-rw-r--r--src/output/plugins/PulseOutputPlugin.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/plugins/PulseOutputPlugin.hxx b/src/output/plugins/PulseOutputPlugin.hxx
index 33f02e1a8..f193db1d8 100644
--- a/src/output/plugins/PulseOutputPlugin.hxx
+++ b/src/output/plugins/PulseOutputPlugin.hxx
@@ -20,7 +20,7 @@
#ifndef MPD_PULSE_OUTPUT_PLUGIN_HXX
#define MPD_PULSE_OUTPUT_PLUGIN_HXX
-struct PulseOutput;
+class PulseOutput;
class PulseMixer;
struct pa_cvolume;
class Error;