Base: rename Exception's PascalCase methods to camelCase
This commit is contained in:
@@ -877,7 +877,7 @@ void TaskPostDataAlongLine::point1Changed(double)
|
||||
getObject<Fem::FemPostDataAlongLineFilter>()->GetAxisData();
|
||||
}
|
||||
catch (const Base::Exception& e) {
|
||||
e.ReportException();
|
||||
e.reportException();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1194,7 +1194,7 @@ void TaskPostDataAtPoint::centerChanged(double)
|
||||
onFieldActivated(currentField);
|
||||
}
|
||||
catch (const Base::Exception& e) {
|
||||
e.ReportException();
|
||||
e.reportException();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user