encoder/Plugin: migrate from class Error to C++ exceptions
This commit is contained in:
@@ -98,8 +98,7 @@ fill_wave_header(WaveHeader *header, int channels, int bits,
|
||||
}
|
||||
|
||||
static PreparedEncoder *
|
||||
wave_encoder_init(gcc_unused const ConfigBlock &block,
|
||||
gcc_unused Error &error)
|
||||
wave_encoder_init(gcc_unused const ConfigBlock &block)
|
||||
{
|
||||
return new PreparedWaveEncoder();
|
||||
}
|
||||
|
Reference in New Issue
Block a user