From 2c0f22f49cc7c1a0ff356fb8742d13c85f222c8b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 30 Aug 2018 01:02:26 +1000 Subject: Cleanup: correct header guard --- source/blender/makesdna/DNA_collection_types.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/makesdna/DNA_collection_types.h') diff --git a/source/blender/makesdna/DNA_collection_types.h b/source/blender/makesdna/DNA_collection_types.h index b9ee473a361..f08725e9fe0 100644 --- a/source/blender/makesdna/DNA_collection_types.h +++ b/source/blender/makesdna/DNA_collection_types.h @@ -31,8 +31,8 @@ * \brief Object groups, one object can be in many groups at once. */ -#ifndef __DNA_GROUP_TYPES_H__ -#define __DNA_GROUP_TYPES_H__ +#ifndef __DNA_COLLECTION_TYPES_H__ +#define __DNA_COLLECTION_TYPES_H__ #include "DNA_defs.h" #include "DNA_listBase.h" @@ -91,4 +91,4 @@ enum { COLLECTION_IS_MASTER = (1 << 5), /* Is master collection embedded in the scene. */ }; -#endif /* __DNA_GROUP_TYPES_H__ */ +#endif /* __DNA_COLLECTION_TYPES_H__ */ -- cgit v1.2.3