PartDesign: [skip ci] fix typo

This commit is contained in:
wmayer
2020-06-08 00:59:46 +02:00
parent 9a67154e73
commit c8ce12832e

View File

@@ -66,8 +66,8 @@ App::DocumentObjectExecReturn* FeatureBase::execute(void) {
return new App::DocumentObjectExecReturn("BaseFeature must be a Part::Feature");
auto shape = static_cast<Part::Feature*>(BaseFeature.getValue())->Shape.getValue();
if(shape.IsNull())
return new App::DocumentObjectExecReturn("BaseFeature has a empty shape");
if (shape.IsNull())
return new App::DocumentObjectExecReturn("BaseFeature has an empty shape");
Shape.setValue(shape);