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-07-12 12:19:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-12 12:19:22 +0300
commitd75b8e5f01d92a9bd4e92763f3d3b3bc4df75db4 (patch)
tree20ed92b7b7e26a1c421c01a2b881dfbcafe5cdb6 /source/blender/bmesh/intern/bmesh_query_inline.h
parent0108ce1fe5b9b4f24b5bdce4924e9b058d0edfa3 (diff)
Cleanup: header guards
Diffstat (limited to 'source/blender/bmesh/intern/bmesh_query_inline.h')
-rw-r--r--source/blender/bmesh/intern/bmesh_query_inline.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/bmesh/intern/bmesh_query_inline.h b/source/blender/bmesh/intern/bmesh_query_inline.h
index 1bd77d23ded..92be3639dce 100644
--- a/source/blender/bmesh/intern/bmesh_query_inline.h
+++ b/source/blender/bmesh/intern/bmesh_query_inline.h
@@ -23,8 +23,8 @@
*/
-#ifndef __BMESH_QUERIES_INLINE_H__
-#define __BMESH_QUERIES_INLINE_H__
+#ifndef __BMESH_QUERY_INLINE_H__
+#define __BMESH_QUERY_INLINE_H__
/**
* Returns whether or not a given vertex is
@@ -166,4 +166,4 @@ BLI_INLINE bool BM_vert_is_wire_endpoint(const BMVert *v)
return false;
}
-#endif /* __BMESH_QUERIES_INLINE_H__ */
+#endif /* __BMESH_QUERY_INLINE_H__ */