From fd1487977b0d1a24b2076e1bdf72b6102821e6e4 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 28 Oct 2015 04:10:00 +0500 Subject: Fix T46471: Sculpt strokes doesn't mark file as modified --- source/blender/editors/sculpt_paint/sculpt_intern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/sculpt_paint/sculpt_intern.h') diff --git a/source/blender/editors/sculpt_paint/sculpt_intern.h b/source/blender/editors/sculpt_paint/sculpt_intern.h index 8f1a4655c37..51af8788e60 100644 --- a/source/blender/editors/sculpt_paint/sculpt_intern.h +++ b/source/blender/editors/sculpt_paint/sculpt_intern.h @@ -118,7 +118,7 @@ typedef struct SculptUndoNode { SculptUndoNode *sculpt_undo_push_node(Object *ob, PBVHNode *node, SculptUndoType type); SculptUndoNode *sculpt_undo_get_node(PBVHNode *node); void sculpt_undo_push_begin(const char *name); -void sculpt_undo_push_end(void); +void sculpt_undo_push_end(const struct bContext *C); void sculpt_vertcos_to_key(Object *ob, KeyBlock *kb, float (*vertCos)[3]); -- cgit v1.2.3