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