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:32:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-30 11:32:55 +0300
commitea6fef938500f9405e7d6ff39297164b95d2811a (patch)
treefaf3c00af15ab9a0fc4d9dd13a2cd3cb1b219ef2 /source/blender/bmesh/bmesh.h
parent16a8f35df1aa410134f273f7693c33f8ac8d337b (diff)
parentb26e9f00007b048cec3b3c7a93420d92ec0877c9 (diff)
Merge branch 'master' into blender2.8
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 779259c68f3..138b8b7c51f 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"