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>2018-08-29 18:02:26 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-08-29 18:02:26 +0300
commit2c0f22f49cc7c1a0ff356fb8742d13c85f222c8b (patch)
tree19676c65f47209d9ff4c17c23debc3b0c8c219f2 /source/blender/makesdna/DNA_collection_types.h
parentfd2615fd9b5ac17a006cb3836ebd58e538517507 (diff)
Cleanup: correct header guard
Diffstat (limited to 'source/blender/makesdna/DNA_collection_types.h')
-rw-r--r--source/blender/makesdna/DNA_collection_types.h6
1 files changed, 3 insertions, 3 deletions
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__ */