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:
authorJoseph Gilbert <ascotan@gmail.com>2006-01-16 19:34:08 +0300
committerJoseph Gilbert <ascotan@gmail.com>2006-01-16 19:34:08 +0300
commit7d536502f83d2a83493caf57ff40b1c1a2b86a54 (patch)
treec67eec4ebf1af0fdd78c63ba2e853fd1867cf649 /source/blender/python/api2_2x/NLA.h
parent9fbf699eac5af8107632808e4709df9d1416dcb8 (diff)
*fixes global redefinitions
- added some extern keywords
Diffstat (limited to 'source/blender/python/api2_2x/NLA.h')
-rw-r--r--source/blender/python/api2_2x/NLA.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/NLA.h b/source/blender/python/api2_2x/NLA.h
index 59adc4a55dd..07632124bba 100644
--- a/source/blender/python/api2_2x/NLA.h
+++ b/source/blender/python/api2_2x/NLA.h
@@ -39,7 +39,7 @@
/** NLA module initialization function. */
PyObject *NLA_Init( void );
-PyTypeObject Action_Type;
+extern PyTypeObject Action_Type;
/** Python BPy_NLA structure definition. */
typedef struct {