Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
luzpaz authored and yorikvanhavre committed Jul 10, 2017
1 parent 17b637b commit 928749d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gui/ViewProviderGeoFeatureGroupExtension.cpp
Expand Up @@ -68,7 +68,7 @@ std::vector<App::DocumentObject*> ViewProviderGeoFeatureGroupExtension::extensio

std::vector<App::DocumentObject*> ViewProviderGeoFeatureGroupExtension::extensionClaimChildren(void) const {

//we must be carefull which objects to claim, as there might be stacked relations inside the coordinate system,
//we must be careful which objects to claim, as there might be stacked relations inside the coordinate system,
//like pad/sketch
auto* ext = getExtendedViewProvider()->getObject()->getExtensionByType<App::GeoFeatureGroupExtension>();
if(ext) {
Expand Down

0 comments on commit 928749d

Please sign in to comment.