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