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/blenkernel/BKE_light.h
parentdd228aa1f6adca004fdee7585431a56a20119eaa (diff)
Cleanup: header guard names
Missed in file rename.
Diffstat (limited to 'source/blender/blenkernel/BKE_light.h')
-rw-r--r--source/blender/blenkernel/BKE_light.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_light.h b/source/blender/blenkernel/BKE_light.h
index 7625d5db9e4..c0bac890364 100644
--- a/source/blender/blenkernel/BKE_light.h
+++ b/source/blender/blenkernel/BKE_light.h
@@ -17,8 +17,8 @@
* All rights reserved.
*/
-#ifndef __BKE_LAMP_H__
-#define __BKE_LAMP_H__
+#ifndef __BKE_LIGHT_H__
+#define __BKE_LIGHT_H__
/** \file
* \ingroup bke