This commit is contained in:
Christophe Riccio
2014-11-15 19:13:25 +01:00
parent 85a6c8fc08
commit 1dea9c5e34
4 changed files with 4 additions and 4 deletions

View File

@@ -136,8 +136,7 @@ namespace glm
/// Build a matrix from a pointer.
/// @see gtc_type_ptr
template<typename T>
GLM_FUNC_DECL tmat4x2<T, defaultp> make_mat4x2(
T const * const ptr);
GLM_FUNC_DECL tmat4x2<T, defaultp> make_mat4x2(T const * const ptr);
/// Build a matrix from a pointer.
/// @see gtc_type_ptr