aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/Internal.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-29 00:53:49 +0100
committerMax Kellermann <max@duempel.org>2014-01-29 08:10:36 +0100
commitcb7366f47245bf259cef0b8c863eb3b724cff683 (patch)
treee1bb8b9f96124a6ee94effaec898408a5547ffe6 /src/output/Internal.hxx
parentbf803e241f4f1210e7ed1e71895a561de81d7a94 (diff)
downloadmpd-cb7366f47245bf259cef0b8c863eb3b724cff683.tar.gz
mpd-cb7366f47245bf259cef0b8c863eb3b724cff683.tar.xz
mpd-cb7366f47245bf259cef0b8c863eb3b724cff683.zip
AudioOutput: make "plugin" a reference
Diffstat (limited to 'src/output/Internal.hxx')
-rw-r--r--src/output/Internal.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/Internal.hxx b/src/output/Internal.hxx
index a8a37358e..5c5455648 100644
--- a/src/output/Internal.hxx
+++ b/src/output/Internal.hxx
@@ -69,7 +69,7 @@ struct AudioOutput {
/**
* The plugin which implements this output device.
*/
- const AudioOutputPlugin *const plugin;
+ const AudioOutputPlugin &plugin;
/**
* The #mixer object associated with this audio output device.