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-11-18 14:42:10 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-11-18 14:43:30 +0300
commitd124545013fda15c69bad92e7daedb717c36a357 (patch)
treebae7376e028d86111d77ea6b61ddd2adafe54182 /source/blender/editors/include
parent8d4460b6c4b4406a3dc873b820dbe94d74437a46 (diff)
Fix wrong name for QuadriFlow undo step
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_sculpt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_sculpt.h b/source/blender/editors/include/ED_sculpt.h
index 0273c8c73ab..4a0ce7b0078 100644
--- a/source/blender/editors/include/ED_sculpt.h
+++ b/source/blender/editors/include/ED_sculpt.h
@@ -47,7 +47,7 @@ void ED_sculpt_end_transform(struct bContext *C);
/* sculpt_undo.c */
void ED_sculpt_undosys_type(struct UndoType *ut);
-void ED_sculpt_undo_geometry_begin(struct Object *ob);
+void ED_sculpt_undo_geometry_begin(struct Object *ob, const char *name);
void ED_sculpt_undo_geometry_end(struct Object *ob);
#endif /* __ED_SCULPT_H__ */