diff options
Diffstat (limited to '')
-rw-r--r-- | src/MixerControl.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/MixerControl.hxx b/src/MixerControl.hxx index c1ee01eec..caa1c3054 100644 --- a/src/MixerControl.hxx +++ b/src/MixerControl.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 The Music Player Daemon Project + * Copyright (C) 2003-2014 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -31,7 +31,7 @@ struct mixer_plugin; struct config_param; Mixer * -mixer_new(const struct mixer_plugin *plugin, void *ao, +mixer_new(const mixer_plugin *plugin, void *ao, const config_param ¶m, Error &error); |