Base: rename Exception's PascalCase methods to camelCase
This commit is contained in:
@@ -461,7 +461,7 @@ void DlgBooleanOperation::accept()
|
||||
activeDoc->recompute();
|
||||
}
|
||||
catch (const Base::Exception& e) {
|
||||
e.ReportException();
|
||||
e.reportException();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user