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/BCMath.h
parentcc70f7d048be1970b80e9493b269b331e8adee54 (diff)
Cleanup: header guards
Diffstat (limited to 'source/blender/collada/BCMath.h')
-rw-r--r--source/blender/collada/BCMath.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/collada/BCMath.h b/source/blender/collada/BCMath.h
index bb62f6c179a..9ecea85b08c 100644
--- a/source/blender/collada/BCMath.h
+++ b/source/blender/collada/BCMath.h
@@ -18,8 +18,8 @@
* \ingroup collada
*/
-#ifndef __BCMATRIX_H__
-#define __BCMATRIX_H__
+#ifndef __BCMATH_H__
+#define __BCMATH_H__
#include "BlenderTypes.h"
@@ -107,4 +107,4 @@ class BCMatrix {
static void transpose(Matrix &matrix);
};
-#endif
+#endif /* __BCMATH_H__ */