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-06-30 11:29:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-30 11:32:21 +0300
commitb26e9f00007b048cec3b3c7a93420d92ec0877c9 (patch)
tree747c678807a7daaa845b5561509977f1ea09526d /source/blender/bmesh/bmesh.h
parent5c0d8bcdc7c928d389f54ce3beb6f7d9d3c63021 (diff)
Cleanup: rename bmesh_queries -> bmesh_query
Other files with the same purpose already used 'query'.
Diffstat (limited to 'source/blender/bmesh/bmesh.h')
-rw-r--r--source/blender/bmesh/bmesh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/bmesh/bmesh.h b/source/blender/bmesh/bmesh.h
index b84a3d5e559..8b0b8a282f5 100644
--- a/source/blender/bmesh/bmesh.h
+++ b/source/blender/bmesh/bmesh.h
@@ -98,7 +98,7 @@
*
* These are accessible through the iterator api, which is covered later in this document
*
- * See source/blender/bmesh/bmesh_queries.h for more misc. queries.
+ * See source/blender/bmesh/bmesh_query.h for more misc. queries.
*
*
* \section bm_api The BMesh API
@@ -246,7 +246,7 @@ extern "C" {
#include "intern/bmesh_operators.h"
#include "intern/bmesh_polygon.h"
#include "intern/bmesh_polygon_edgenet.h"
-#include "intern/bmesh_queries.h"
+#include "intern/bmesh_query.h"
#include "intern/bmesh_walkers.h"
#include "intern/bmesh_inline.h"