From 2ee75aec15474e0d5f44dec2d44e4bb536056281 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 16 Mar 2007 14:44:31 +0000 Subject: some dealloc's I removed didnt get automaticly added back in by python, fixed now --- source/blender/python/api2_2x/charRGBA.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/python/api2_2x/charRGBA.h') 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. */ /*****************************************************************************/ -- cgit v1.2.3