output/Init: migrate Configure() from class Error to C++ exceptions
This commit is contained in:
@@ -291,7 +291,7 @@ struct AudioOutput {
|
||||
~AudioOutput();
|
||||
|
||||
private:
|
||||
bool Configure(const ConfigBlock &block, Error &error);
|
||||
void Configure(const ConfigBlock &block);
|
||||
|
||||
public:
|
||||
void StartThread();
|
||||
|
Reference in New Issue
Block a user