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

@@ -99,7 +99,7 @@ struct ComponentDepsNode : public DepsNode {
* \param op: The operation to perform
* \param name: Identifier for operation - used to find/locate it again
*/
OperationDepsNode *add_operation(DepsEvalOperationCb op,
OperationDepsNode *add_operation(const DepsEvalOperationCb& op,
eDepsOperation_Code opcode,
const char *name,
int name_tag);