various fixes:
+ fix typos + fix const correctness + whitespace improvements
This commit is contained in:
@@ -56,7 +56,7 @@ void GeoFeature::transformPlacement(const Base::Placement &transform)
|
||||
this->Placement.setValue(plm);
|
||||
}
|
||||
|
||||
Base::Placement GeoFeature::globalPlacement()
|
||||
Base::Placement GeoFeature::globalPlacement() const
|
||||
{
|
||||
auto* group = GeoFeatureGroupExtension::getGroupOfObject(this);
|
||||
if(group) {
|
||||
|
||||
Reference in New Issue
Block a user