Skip to content

Commit

Permalink
Revert "Fix a wrong macro for tdualquat ctor"
Browse files Browse the repository at this point in the history
This reverts commit 9b15c54.
  • Loading branch information
christophe-lunarg committed Jan 21, 2025
1 parent abcc96b commit 44c0039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glm/gtx/dual_quaternion.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ namespace glm

// -- Implicit basic constructors --

GLM_DEFAULTED_DEFAULT_CTOR_DECL GLM_CONSTEXPR tdualquat() GLM_DEFAULT_CTOR;
GLM_DEFAULTED_FUNC_DECL GLM_CONSTEXPR tdualquat() GLM_DEFAULT;
GLM_DEFAULTED_FUNC_DECL GLM_CONSTEXPR tdualquat(tdualquat<T, Q> const& d) GLM_DEFAULT;
template<qualifier P>
GLM_CTOR_DECL tdualquat(tdualquat<T, P> const& d);
Expand Down

0 comments on commit 44c0039

Please sign in to comment.