Depsgraph: Use default argument value for relations builder
Follows other function definitions.
This commit is contained in:
@@ -118,12 +118,12 @@ struct Depsgraph {
|
|||||||
DepsRelation *add_new_relation(OperationDepsNode *from,
|
DepsRelation *add_new_relation(OperationDepsNode *from,
|
||||||
OperationDepsNode *to,
|
OperationDepsNode *to,
|
||||||
const char *description,
|
const char *description,
|
||||||
bool check_unique);
|
bool check_unique = false);
|
||||||
|
|
||||||
DepsRelation *add_new_relation(DepsNode *from,
|
DepsRelation *add_new_relation(DepsNode *from,
|
||||||
DepsNode *to,
|
DepsNode *to,
|
||||||
const char *description,
|
const char *description,
|
||||||
bool check_unique);
|
bool check_unique = false);
|
||||||
|
|
||||||
/* Check whether two nodes are connected by relation with given
|
/* Check whether two nodes are connected by relation with given
|
||||||
* description. Description might be NULL to check ANY relation between
|
* description. Description might be NULL to check ANY relation between
|
||||||
|
|||||||
Reference in New Issue
Block a user