From cb7366f47245bf259cef0b8c863eb3b724cff683 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 29 Jan 2014 00:53:49 +0100 Subject: AudioOutput: make "plugin" a reference --- src/output/Internal.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/output/Internal.hxx') 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. -- cgit v1.2.3