diff --git a/src/Base/BaseClassPy.xml b/src/Base/BaseClassPy.xml index 0910354d4c..f572dfce13 100644 --- a/src/Base/BaseClassPy.xml +++ b/src/Base/BaseClassPy.xml @@ -1,13 +1,13 @@ - @@ -21,7 +21,7 @@ - Returns all descentences + Returns all descendence diff --git a/src/Mod/PartDesign/Gui/TaskFeaturePick.cpp b/src/Mod/PartDesign/Gui/TaskFeaturePick.cpp index fd7cf45d19..056566d070 100644 --- a/src/Mod/PartDesign/Gui/TaskFeaturePick.cpp +++ b/src/Mod/PartDesign/Gui/TaskFeaturePick.cpp @@ -58,6 +58,7 @@ using namespace PartDesignGui; using namespace Attacher; +// ***WMAYER, this comment needs revising*** // TODO Do ve should snap here to App:Part or GeoFeatureGroup/DocumentObjectGroup ? (2015-09-04, Fat-Zer) const QString TaskFeaturePick::getFeatureStatusString(const featureStatus st) { @@ -295,7 +296,7 @@ std::vector TaskFeaturePick::buildFeatures() } App::DocumentObject* TaskFeaturePick::makeCopy(App::DocumentObject* obj, std::string sub, bool independent) { - + App::DocumentObject* copy = nullptr; // Check for null to avoid segfault if (!obj)