mirror of
https://github.com/g-truc/glm.git
synced 2024-11-26 02:04:35 +00:00
Fix a wrong macro for tdualquat ctor
This commit is contained in:
parent
33b4a621a6
commit
9b15c54c8c
@ -54,7 +54,7 @@ namespace glm
|
|||||||
|
|
||||||
// -- Implicit basic constructors --
|
// -- Implicit basic constructors --
|
||||||
|
|
||||||
GLM_DEFAULTED_FUNC_DECL GLM_CONSTEXPR tdualquat() GLM_DEFAULT;
|
GLM_DEFAULTED_DEFAULT_CTOR_DECL GLM_CONSTEXPR tdualquat() GLM_DEFAULT_CTOR;
|
||||||
GLM_DEFAULTED_FUNC_DECL GLM_CONSTEXPR tdualquat(tdualquat<T, Q> const& d) GLM_DEFAULT;
|
GLM_DEFAULTED_FUNC_DECL GLM_CONSTEXPR tdualquat(tdualquat<T, Q> const& d) GLM_DEFAULT;
|
||||||
template<qualifier P>
|
template<qualifier P>
|
||||||
GLM_CTOR_DECL tdualquat(tdualquat<T, P> const& d);
|
GLM_CTOR_DECL tdualquat(tdualquat<T, P> const& d);
|
||||||
|
Loading…
Reference in New Issue
Block a user