diff options
author | Max Kellermann <max@duempel.org> | 2014-01-29 00:53:49 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-29 08:10:36 +0100 |
commit | cb7366f47245bf259cef0b8c863eb3b724cff683 (patch) | |
tree | e1bb8b9f96124a6ee94effaec898408a5547ffe6 /src/output/Internal.hxx | |
parent | bf803e241f4f1210e7ed1e71895a561de81d7a94 (diff) | |
download | mpd-cb7366f47245bf259cef0b8c863eb3b724cff683.tar.gz mpd-cb7366f47245bf259cef0b8c863eb3b724cff683.tar.xz mpd-cb7366f47245bf259cef0b8c863eb3b724cff683.zip |
AudioOutput: make "plugin" a reference
Diffstat (limited to '')
-rw-r--r-- | src/output/Internal.hxx | 2 |
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. |