decoder/Control: convert error from Error to std::exception_ptr

Prepare full C++ exception support in the decoder thread.
This commit is contained in:
Max Kellermann
2016-09-08 17:14:11 +02:00
parent 0ce72cbf9d
commit 308010794a
4 changed files with 35 additions and 24 deletions

View File

@@ -22,6 +22,7 @@
#include "DecoderError.hxx"
#include "MusicPipe.hxx"
#include "DetachedSong.hxx"
#include "util/Error.hxx"
#include <assert.h>