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-08-29 07:09:22 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-08-29 07:09:22 +0400
commit1e3b8dc5d716e7fc81f37a94855760680dc7da66 (patch)
tree3dcce91d0d87381ba8a6d28502372ab97f57d8d2 /source/blender/python/api2_2x/gen_library.h
parent18478d1e62c39a1adb1f573e340bc14e36c2ed10 (diff)
hash update from stable
Diffstat (limited to 'source/blender/python/api2_2x/gen_library.h')
-rw-r--r--source/blender/python/api2_2x/gen_library.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/gen_library.h b/source/blender/python/api2_2x/gen_library.h
index 74f34fd0019..9fb922619c2 100644
--- a/source/blender/python/api2_2x/gen_library.h
+++ b/source/blender/python/api2_2x/gen_library.h
@@ -90,5 +90,5 @@ short GenericLib_getType(PyObject * pydata);
/* Other ID functions */
ID *GetIdFromList( ListBase * list, char *name );
PyObject *GetPyObjectFromID( ID * id );
-long GenericLib_hash(PyObject * pydata);
+long GenericLib_hash(BPy_GenericLib * pydata);
#endif /* EXPP_gen_library_h */