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:
authorBastien Montagne <bastien@blender.org>2021-01-18 14:18:31 +0300
committerBastien Montagne <bastien@blender.org>2021-01-18 14:18:31 +0300
commit95af2e39f64d9da6bc800f7f2d7334857cf04cfa (patch)
treedbf1e9ee8d920bffaf7a5fb13e93eaeaace0932a /source/blender/editors/include
parent6251eb8bda3697be432b7761ddfb5f90088eaf56 (diff)
parent9f2271d354b96f19f887c1b0e6f0a569073f2636 (diff)
Merge branch 'blender-v2.92-release'
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_paint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_paint.h b/source/blender/editors/include/ED_paint.h
index dec1f6844b2..6a28baa4ca1 100644
--- a/source/blender/editors/include/ED_paint.h
+++ b/source/blender/editors/include/ED_paint.h
@@ -101,7 +101,7 @@ struct ListBase *ED_image_paint_tile_list_get(void);
/* paint_curve_undo.c */
void ED_paintcurve_undo_push_begin(const char *name);
-void ED_paintcurve_undo_push_end(void);
+void ED_paintcurve_undo_push_end(struct bContext *C);
void ED_paintcurve_undosys_type(struct UndoType *ut);