App: remove superfluous whitespace in ObjectIdentifier.h
This commit is contained in:
@@ -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<std::string> *labels=0) const;
|
||||
|
||||
|
||||
/// Returns all label references
|
||||
void getDepLabels(std::vector<std::string> &labels) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user