Skip to content

Commit 44c0039

Browse files
Revert "Fix a wrong macro for tdualquat ctor"
This reverts commit 9b15c54.
1 parent abcc96b commit 44c0039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glm/gtx/dual_quaternion.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ namespace glm
5454

5555
// -- Implicit basic constructors --
5656

57-
GLM_DEFAULTED_DEFAULT_CTOR_DECL GLM_CONSTEXPR tdualquat() GLM_DEFAULT_CTOR;
57+
GLM_DEFAULTED_FUNC_DECL GLM_CONSTEXPR tdualquat() GLM_DEFAULT;
5858
GLM_DEFAULTED_FUNC_DECL GLM_CONSTEXPR tdualquat(tdualquat<T, Q> const& d) GLM_DEFAULT;
5959
template<qualifier P>
6060
GLM_CTOR_DECL tdualquat(tdualquat<T, P> const& d);

0 commit comments

Comments
 (0)