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:
Diffstat (limited to 'source/blender/editors/gpencil/gpencil_utils.c')
-rw-r--r--source/blender/editors/gpencil/gpencil_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/gpencil_utils.c b/source/blender/editors/gpencil/gpencil_utils.c
index 19aa3b69bbb..76a584fcac1 100644
--- a/source/blender/editors/gpencil/gpencil_utils.c
+++ b/source/blender/editors/gpencil/gpencil_utils.c
@@ -2250,7 +2250,7 @@ static void gpencil_insert_point(bGPdata *gpd,
bGPDspoint *a_pt,
bGPDspoint *b_pt,
const float co_a[3],
- float co_b[3])
+ const float co_b[3])
{
bGPDspoint *temp_points;
int totnewpoints, oldtotpoints;