Base: rename Exception's PascalCase methods to camelCase
This commit is contained in:
@@ -877,7 +877,7 @@ void Feature::setMaterialAppearance(const App::Material& material)
|
||||
ShapeMaterial.setValue(material);
|
||||
}
|
||||
catch (const Base::Exception& e) {
|
||||
e.ReportException();
|
||||
e.reportException();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user