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>2009-04-07 07:20:59 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-04-07 07:20:59 +0400
commit816a9f3acb47f97d5bf92ae7ae8803e31f4a9f0a (patch)
tree1ea3868fa74d0215dbe76953152dc23b93656802 /source/gameengine/Ketsji/KX_PythonInitTypes.cpp
parenta127f259da8f443b5f727528bca5e89d3ac7a48d (diff)
error in last commit
Diffstat (limited to 'source/gameengine/Ketsji/KX_PythonInitTypes.cpp')
-rw-r--r--source/gameengine/Ketsji/KX_PythonInitTypes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/Ketsji/KX_PythonInitTypes.cpp b/source/gameengine/Ketsji/KX_PythonInitTypes.cpp
index 29a7a5f85f2..676033cb898 100644
--- a/source/gameengine/Ketsji/KX_PythonInitTypes.cpp
+++ b/source/gameengine/Ketsji/KX_PythonInitTypes.cpp
@@ -129,7 +129,7 @@ void initPyObjectPlusType(PyTypeObject **parents)
-static int PyType_Ready_ADD(PyObject *dict, PyTypeObject * tp)
+static void PyType_Ready_ADD(PyObject *dict, PyTypeObject * tp)
{
PyType_Ready(tp);
PyDict_SetItemString(dict, tp->tp_name, (PyObject *)tp);