EncoderPlugin: pass config_param reference

This commit is contained in:
Max Kellermann
2013-08-04 12:24:36 +02:00
parent 81c3224076
commit ca0d09c50f
13 changed files with 47 additions and 49 deletions

View File

@@ -83,7 +83,7 @@ fill_wave_header(struct wave_header *header, int channels, int bits,
}
static Encoder *
wave_encoder_init(gcc_unused const struct config_param *param,
wave_encoder_init(gcc_unused const config_param &param,
gcc_unused GError **error)
{
WaveEncoder *encoder = new WaveEncoder();