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
diff options
context:
space:
mode:
authorStephen Swaney <sswaney@centurytel.net>2004-04-07 01:13:12 +0400
committerStephen Swaney <sswaney@centurytel.net>2004-04-07 01:13:12 +0400
commitc1e33eb1e7dd0071bd4fd0c9e94e2938b6af2978 (patch)
tree5b733f3df38ccfefa35dea8d1c3f38ccc1a3926f /source/blender/python/api2_2x/BezTriple.h
parentd2f95ea72ec1824ef06986c5adaca7c0abc36a48 (diff)
fix for bug 1110.
Updated epydoc. Function name is BezTriple.getTriple(). Set prototype to NOARGS in source.
Diffstat (limited to 'source/blender/python/api2_2x/BezTriple.h')
-rw-r--r--source/blender/python/api2_2x/BezTriple.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/BezTriple.h b/source/blender/python/api2_2x/BezTriple.h
index 26d9fd18593..10bfff9b332 100644
--- a/source/blender/python/api2_2x/BezTriple.h
+++ b/source/blender/python/api2_2x/BezTriple.h
@@ -41,7 +41,7 @@
typedef struct
{
- PyObject_HEAD BezTriple * beztriple;
+ PyObject_HEAD BezTriple *beztriple;
}
C_BezTriple;