Catch by ref

This commit is contained in:
Paul Fd 2020-04-07 22:49:34 +02:00 committed by Jean Pierre Cimalando
parent 758da22bd7
commit 3e010a4ba6

View file

@ -110,7 +110,7 @@ sfz::FilePool::~FilePool()
for (unsigned i = 0; i < threadPool.size(); ++i)
try {
workerBarrier.post();
} catch (std::exception e) {
} catch (std::exception& e) {
continue;
}