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-12-10 03:06:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-12-10 03:06:38 +0300
commit00e9241d49d122052038295db9005542d25e4454 (patch)
treeadd386511228648b8fb308363a62c60d3229ff6f /source/blender/collada/BCAnimationCurve.h
parentcc70f7d048be1970b80e9493b269b331e8adee54 (diff)
Cleanup: header guards
Diffstat (limited to 'source/blender/collada/BCAnimationCurve.h')
-rw-r--r--source/blender/collada/BCAnimationCurve.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/collada/BCAnimationCurve.h b/source/blender/collada/BCAnimationCurve.h
index 33533258dc2..4651290ea0f 100644
--- a/source/blender/collada/BCAnimationCurve.h
+++ b/source/blender/collada/BCAnimationCurve.h
@@ -17,8 +17,8 @@
* All rights reserved.
*/
-#ifndef __BC_ANIMATION_CURVE_H__
-#define __BC_ANIMATION_CURVE_H__
+#ifndef __BCANIMATIONCURVE_H__
+#define __BCANIMATIONCURVE_H__
#include "collada_utils.h"
#include "BCSampleData.h"
@@ -148,4 +148,4 @@ class BCAnimationCurve {
typedef std::map<BCCurveKey, BCAnimationCurve *> BCAnimationCurveMap;
-#endif
+#endif /* __BCANIMATIONCURVE_H__ */