We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 021c7d0 commit f9e395dCopy full SHA for f9e395d
src/Mod/Spreadsheet/App/Sheet.cpp
@@ -107,7 +107,7 @@ Sheet::~Sheet()
107
try {
108
clearAll();
109
}
110
- catch (boost::wrapexcept<boost::regex_error>&) {
+ catch (boost::regex_error&) {
111
// Don't let an exception propagate out of a destructor (calls terminate())
112
Base::Console().Error(
113
"clearAll() resulted in an exception when deleting the spreadsheet : %s\n",
0 commit comments