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/makesdna/DNA_groom_types.h')
-rw-r--r--source/blender/makesdna/DNA_groom_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_groom_types.h b/source/blender/makesdna/DNA_groom_types.h
index e3e669cdf88..fe650fcf43c 100644
--- a/source/blender/makesdna/DNA_groom_types.h
+++ b/source/blender/makesdna/DNA_groom_types.h
@@ -69,7 +69,7 @@ typedef struct Groom {
ListBase bundles; /* List of GroomBundle */
- EditGroom *edit_groom;
+ EditGroom *editgroom;
} Groom;
#ifdef __cplusplus