Merge branch 'master' into blender2.8

This commit is contained in:
2017-06-13 15:11:58 +02:00
4 changed files with 8 additions and 8 deletions

View File

@@ -194,7 +194,7 @@ OperationDepsNode *ComponentDepsNode::has_operation(eDepsOperation_Code opcode,
return has_operation(key);
}
OperationDepsNode *ComponentDepsNode::add_operation(DepsEvalOperationCb op,
OperationDepsNode *ComponentDepsNode::add_operation(const DepsEvalOperationCb& op,
eDepsOperation_Code opcode,
const char *name,
int name_tag)