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:
Diffstat (limited to 'source/blender/python/api2_2x/Scene.h')
-rw-r--r--source/blender/python/api2_2x/Scene.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Scene.h b/source/blender/python/api2_2x/Scene.h
index c6905d56be2..0c04dd498f0 100644
--- a/source/blender/python/api2_2x/Scene.h
+++ b/source/blender/python/api2_2x/Scene.h
@@ -37,7 +37,7 @@
#include <DNA_scene_types.h>
/* The Scene PyType Object defined in Scene.c */
-PyTypeObject Scene_Type;
+extern PyTypeObject Scene_Type;
#define BPy_Scene_Check(v) \
((v)->ob_type == &Scene_Type)