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-02-07 07:51:23 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-02-07 07:52:34 +0300
commit38d35603f224e92c7f4dfe1802b0ebfceebec46a (patch)
treeafa6f8ffaf283e0db25391bbb8d7a1830fcaad84 /source/blender/makesdna/DNA_object_force_types.h
parent6981861fcfdace963b4487fa8c86a04fb25bb050 (diff)
Correct header guard in last commit
Diffstat (limited to 'source/blender/makesdna/DNA_object_force_types.h')
-rw-r--r--source/blender/makesdna/DNA_object_force_types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_object_force_types.h b/source/blender/makesdna/DNA_object_force_types.h
index 605463be1f1..47467917315 100644
--- a/source/blender/makesdna/DNA_object_force_types.h
+++ b/source/blender/makesdna/DNA_object_force_types.h
@@ -29,8 +29,8 @@
* \ingroup DNA
*/
-#ifndef __DNA_OBJECT_FORCE_H__
-#define __DNA_OBJECT_FORCE_H__
+#ifndef __DNA_OBJECT_FORCE_TYPES_H__
+#define __DNA_OBJECT_FORCE_TYPES_H__
#ifdef __cplusplus
extern "C" {
@@ -453,5 +453,5 @@ typedef struct SoftBody {
}
#endif
-#endif
+#endif /* __DNA_OBJECT_FORCE_TYPES_H__ */