diff --git a/src/App/ObjectIdentifier.h b/src/App/ObjectIdentifier.h index 0504d0c136..16a16400bc 100644 --- a/src/App/ObjectIdentifier.h +++ b/src/App/ObjectIdentifier.h @@ -346,7 +346,7 @@ public: * * The dependency is a map from document object to a set of property names. * An object identifier may references multiple objects using syntax like - * 'Part.Group[0].Width'. + * 'Part.Group[0].Width'. * * Also, we use set of string instead of set of Property pointer, because * the property may not exist at the time this ObjectIdentifier is @@ -378,7 +378,7 @@ public: * dependencies will be returned. */ void getDep(Dependencies &deps, bool needProps, std::vector *labels=0) const; - + /// Returns all label references void getDepLabels(std::vector &labels) const;