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>2019-02-27 11:58:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-27 11:59:19 +0300
commite097e0c8338bd3f96a1a84cf9c3ba0c0635caca6 (patch)
tree4482d7a770db9a8b9518e4e9c1edc7367641dedf /source/blender/makesdna/DNA_light_types.h
parentdd228aa1f6adca004fdee7585431a56a20119eaa (diff)
Cleanup: header guard names
Missed in file rename.
Diffstat (limited to 'source/blender/makesdna/DNA_light_types.h')
-rw-r--r--source/blender/makesdna/DNA_light_types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_light_types.h b/source/blender/makesdna/DNA_light_types.h
index 034fc755d1f..b2bbb56c12c 100644
--- a/source/blender/makesdna/DNA_light_types.h
+++ b/source/blender/makesdna/DNA_light_types.h
@@ -21,8 +21,8 @@
* \ingroup DNA
*/
-#ifndef __DNA_LAMP_TYPES_H__
-#define __DNA_LAMP_TYPES_H__
+#ifndef __DNA_LIGHT_TYPES_H__
+#define __DNA_LIGHT_TYPES_H__
#include "DNA_defs.h"
#include "DNA_ID.h"
@@ -147,4 +147,4 @@ typedef struct Light {
#define LA_AREA_DISK 4
#define LA_AREA_ELLIPSE 5
-#endif /* __DNA_LAMP_TYPES_H__ */
+#endif /* __DNA_LIGHT_TYPES_H__ */