Cleanup: correct header guard

This commit is contained in:
Campbell Barton
2018-08-30 01:02:26 +10:00
parent fd2615fd9b
commit 2c0f22f49c

View File

@@ -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__ */