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 85c63c0fc..0c56494c5 100644
--- a/src/lib/conversion/rotation.h
+++ b/src/lib/conversion/rotation.h
@@ -116,6 +116,6 @@ const rot_lookup_t rot_lookup[] = {
* Get the rotation matrix
*/
__EXPORT void
-get_rot_matrix(enum Rotation rot, math::Matrix *rot_matrix);
+get_rot_matrix(enum Rotation rot, math::Matrix<3,3> *rot_matrix);
#endif /* ROTATION_H_ */