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:
authorCampbell Barton <ideasman42@gmail.com>2011-03-08 10:31:42 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-03-08 10:31:42 +0300
commitc7609a27b3625feef2749028fe6a220a0ec83918 (patch)
treeff9999874b15bab2b9d00b1480e6612a8dbb0e37 /source/blender/blenlib/BLI_math_rotation.h
parent97edca3bc9441eb5c99ed56e7d67b083931215b0 (diff)
remove unused RegionView3D retopo pointer and set quat printing to const args.
Diffstat (limited to 'source/blender/blenlib/BLI_math_rotation.h')
-rw-r--r--source/blender/blenlib/BLI_math_rotation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_math_rotation.h b/source/blender/blenlib/BLI_math_rotation.h
index d1f5fa89c3d..11849e0be6d 100644
--- a/source/blender/blenlib/BLI_math_rotation.h
+++ b/source/blender/blenlib/BLI_math_rotation.h
@@ -85,7 +85,7 @@ void rotation_between_quats_to_quat(float q[4], const float q1[4], const float q
void mat3_to_quat_is_ok(float q[4], float mat[3][3]);
/* other */
-void print_qt(char *str, float q[4]);
+void print_qt(const char *str, const float q[4]);
/******************************** Axis Angle *********************************/