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:
authorHans Goudey <h.goudey@me.com>2022-10-07 18:40:44 +0300
committerHans Goudey <h.goudey@me.com>2022-10-07 18:41:19 +0300
commit349091ce00d5ad0b8bca6c7e5ed7314ed1176c3b (patch)
tree18f863fcc0441c2c332679bce4d7c951a1f723a8 /source/blender/editors/include/ED_mesh.h
parent1a5c57cdece52c237d59a4750276c7a6dbd0b737 (diff)
Cleanup: Move editmesh_undo.c to C++
To allow moving mesh runtime data to C++ (D16180).
Diffstat (limited to 'source/blender/editors/include/ED_mesh.h')
-rw-r--r--source/blender/editors/include/ED_mesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_mesh.h b/source/blender/editors/include/ED_mesh.h
index a47ffe0b99a..c100bf9b60b 100644
--- a/source/blender/editors/include/ED_mesh.h
+++ b/source/blender/editors/include/ED_mesh.h
@@ -192,7 +192,7 @@ void EDBM_automerge_and_split(struct Object *obedit,
char hflag,
float dist);
-/* editmesh_undo.c */
+/* editmesh_undo.cc */
/** Export for ED_undo_sys. */
void ED_mesh_undosys_type(struct UndoType *ut);