From 6540bb1375b025ef0b65bc65a54b7f8ea6cfed8e Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Fri, 22 Oct 2010 10:17:55 +0000 Subject: Add some missing const's --- source/blender/blenlib/BLI_math_matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/BLI_math_matrix.h') diff --git a/source/blender/blenlib/BLI_math_matrix.h b/source/blender/blenlib/BLI_math_matrix.h index e4f477238f5..d25707d480c 100644 --- a/source/blender/blenlib/BLI_math_matrix.h +++ b/source/blender/blenlib/BLI_math_matrix.h @@ -142,7 +142,7 @@ void mat3_to_size(float r[3], float M[3][3]); void mat4_to_size(float r[3], float M[4][4]); void translate_m4(float mat[4][4], float tx, float ty, float tz); -void rotate_m4(float mat[4][4], char axis, float angle); +void rotate_m4(float mat[4][4], const char axis, const float angle); void loc_eul_size_to_mat4(float R[4][4], const float loc[3], const float eul[3], const float size[3]); -- cgit v1.2.3