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>2020-09-12 09:27:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-12 09:33:27 +0300
commit4c24e8e992c78d812cdfcb90e3aa648714597ae1 (patch)
tree999b2cb9913497c66646c8c1e205fcd93aabd6f9 /source/blender/python/intern
parentad5f1d02318a30c545196f124e30504615294416 (diff)
Cleanup: missing-variable-declarations warning
Diffstat (limited to 'source/blender/python/intern')
-rw-r--r--source/blender/python/intern/bpy_rna_ui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/intern/bpy_rna_ui.c b/source/blender/python/intern/bpy_rna_ui.c
index 9f37b8300db..27e4cb069ce 100644
--- a/source/blender/python/intern/bpy_rna_ui.c
+++ b/source/blender/python/intern/bpy_rna_ui.c
@@ -29,6 +29,7 @@
#include "UI_interface.h"
#include "bpy_rna.h"
+#include "bpy_rna_ui.h"
PyDoc_STRVAR(bpy_rna_uilayout_introspect_doc,
".. method:: introspect()\n"