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/transform/transform_convert_graph.c')
-rw-r--r--source/blender/editors/transform/transform_convert_graph.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/transform/transform_convert_graph.c b/source/blender/editors/transform/transform_convert_graph.c
index c3afbb9b7ba..3eb4d220cb0 100644
--- a/source/blender/editors/transform/transform_convert_graph.c
+++ b/source/blender/editors/transform/transform_convert_graph.c
@@ -63,8 +63,8 @@ static void bezt_to_transdata(TransData *td,
bool selected,
bool ishandle,
bool intvals,
- float mtx[3][3],
- float smtx[3][3],
+ const float mtx[3][3],
+ const float smtx[3][3],
float unit_scale,
float offset)
{