diff options
Diffstat (limited to 'src/output/OutputPlugin.hxx')
-rw-r--r-- | src/output/OutputPlugin.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/output/OutputPlugin.hxx b/src/output/OutputPlugin.hxx index 3ae35ea3d..00fa36bc0 100644 --- a/src/output/OutputPlugin.hxx +++ b/src/output/OutputPlugin.hxx @@ -28,6 +28,7 @@ struct config_param; struct AudioFormat; struct Tag; struct AudioOutput; +struct MixerPlugin; class Error; /** @@ -147,7 +148,7 @@ struct AudioOutputPlugin { * created, this mixer plugin gets the same #config_param as * this audio output device. */ - const struct mixer_plugin *mixer_plugin; + const MixerPlugin *mixer_plugin; }; static inline bool |