aboutsummaryrefslogtreecommitdiff
path: root/src/lib/conversion/rotation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/conversion/rotation.h')
-rw-r--r--src/lib/conversion/rotation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/conversion/rotation.h b/src/lib/conversion/rotation.h
index 917c7f830..13fe701df 100644
--- a/src/lib/conversion/rotation.h
+++ b/src/lib/conversion/rotation.h
@@ -118,7 +118,7 @@ const rot_lookup_t rot_lookup[] = {
* Get the rotation matrix
*/
__EXPORT void
-get_rot_matrix(enum Rotation rot, math::Matrix<3,3> *rot_matrix);
+get_rot_matrix(enum Rotation rot, math::Matrix<3, 3> *rot_matrix);
/**