Fixed CVIdeo::quit being swallowed in invoked_function_data::call
This commit is contained in:
parent
5588588b55
commit
8ecbed0205
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ struct invoked_function_data
|
|||
f();
|
||||
} catch(const CVideo::quit&) {
|
||||
// Handle this exception in the main thread.
|
||||
throw;
|
||||
} catch(...) {
|
||||
thrown_exception = std::current_exception();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue