Fixed missing return
This commit is contained in:
parent
1eadb6a1a9
commit
5d8c4b4476
1 changed files with 1 additions and 1 deletions
|
@ -49,8 +49,8 @@ bool SlicingProcessCompletedEvent::critical_error() const
|
||||||
// Exception derived from SlicingError is non-critical.
|
// Exception derived from SlicingError is non-critical.
|
||||||
return false;
|
return false;
|
||||||
} catch (...) {
|
} catch (...) {
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string SlicingProcessCompletedEvent::format_error_message() const
|
std::string SlicingProcessCompletedEvent::format_error_message() const
|
||||||
|
|
Loading…
Add table
Reference in a new issue