output/Init: migrate Configure() from class Error to C++ exceptions

This commit is contained in:
Max Kellermann
2016-11-09 12:06:54 +01:00
parent bbe7a37359
commit cf2b814629
2 changed files with 6 additions and 15 deletions

View File

@@ -291,7 +291,7 @@ struct AudioOutput {
~AudioOutput();
private:
bool Configure(const ConfigBlock &block, Error &error);
void Configure(const ConfigBlock &block);
public:
void StartThread();