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>2012-08-04 03:44:50 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-08-04 03:44:50 +0400
commit96bda09d230f20f9402c5b1b54e2d27eec550b12 (patch)
tree20af5c9dddfc09bad9c13464415b3ad085861a46 /source/blender/makesrna/intern/rna_ID.c
parentee86f7fe159b5f90978b4931c4262a4aa95afab7 (diff)
code cleanup: use camelcase for struct name.
Diffstat (limited to 'source/blender/makesrna/intern/rna_ID.c')
-rw-r--r--source/blender/makesrna/intern/rna_ID.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_ID.c b/source/blender/makesrna/intern/rna_ID.c
index 5151170defe..897e784c8e4 100644
--- a/source/blender/makesrna/intern/rna_ID.c
+++ b/source/blender/makesrna/intern/rna_ID.c
@@ -76,6 +76,7 @@ EnumPropertyItem id_type_items[] = {
#ifdef RNA_RUNTIME
+#include "BKE_font.h"
#include "BKE_idprop.h"
#include "BKE_library.h"
#include "BKE_animsys.h"