From 342f15a93bdfc8fc01a5cad067327d7998a364a5 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Mon, 4 Feb 2008 07:00:11 +0000 Subject: * make function signature like the one in .h. - zaghaghi, please check this again. I understand you merged accidently some old stuff. --- source/blender/blenkernel/bad_level_call_stubs/stubs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/blender/blenkernel/bad_level_call_stubs/stubs.c b/source/blender/blenkernel/bad_level_call_stubs/stubs.c index 0421b5cadca..75165817157 100644 --- a/source/blender/blenkernel/bad_level_call_stubs/stubs.c +++ b/source/blender/blenkernel/bad_level_call_stubs/stubs.c @@ -134,7 +134,7 @@ void BPY_pyconstraint_eval(struct bPythonConstraint *con, float ownermat[][4], f void BPY_pyconstraint_driver(struct bPythonConstraint *con, struct bConstraintOb *cob, struct Object *target, char subtarget[]) { } -int BPY_pyconstraint_targets(struct bPythonConstraint *con, float targetmat[][4]) +void BPY_pyconstraint_targets(struct bPythonConstraint *con, struct bConstraintTarget *ct) { return 0; } -- cgit v1.2.3