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:
authorCampbell Barton <ideasman42@gmail.com>2007-03-16 17:44:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2007-03-16 17:44:31 +0300
commit2ee75aec15474e0d5f44dec2d44e4bb536056281 (patch)
treef8c592c4ca50afecdb631b773846f5cb58a6122f /source/blender/python/api2_2x/charRGBA.h
parentbc1fdcd858cc1064fd4b03dac5cc058f22e2b02d (diff)
some dealloc's I removed didnt get automaticly added back in by python, fixed now
Diffstat (limited to 'source/blender/python/api2_2x/charRGBA.h')
-rw-r--r--source/blender/python/api2_2x/charRGBA.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/charRGBA.h b/source/blender/python/api2_2x/charRGBA.h
index d9056f05652..20573f1ce7b 100644
--- a/source/blender/python/api2_2x/charRGBA.h
+++ b/source/blender/python/api2_2x/charRGBA.h
@@ -47,6 +47,8 @@ typedef struct {
} BPy_charRGBA;
+extern PyTypeObject charRGBA_Type;
+
/*****************************************************************************/
/* Python API function prototypes for the charRGBA helper module. */
/*****************************************************************************/