Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2008-02-04 10:00:11 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-02-04 10:00:11 +0300
commit342f15a93bdfc8fc01a5cad067327d7998a364a5 (patch)
tree38295bf4b777b3a6668ce2caca1c0a4808725a79 /source
parentebbe718237932964b25d9a6184cd6894da46673e (diff)
* make function signature like the one in .h. - zaghaghi, please check this again. I understand you merged accidently some old stuff.
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenkernel/bad_level_call_stubs/stubs.c2
1 files changed, 1 insertions, 1 deletions
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;
}