From 44c0039c7c4ea4b355246595aeaec9cc1cd9f1ae Mon Sep 17 00:00:00 2001 From: Christophe Date: Tue, 21 Jan 2025 19:05:55 +0100 Subject: [PATCH] Revert "Fix a wrong macro for tdualquat ctor" This reverts commit 9b15c54c8cab8b8b9a0af495b2791adc12863a83. --- glm/gtx/dual_quaternion.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/gtx/dual_quaternion.hpp b/glm/gtx/dual_quaternion.hpp index 472667d4..04a60706 100644 --- a/glm/gtx/dual_quaternion.hpp +++ b/glm/gtx/dual_quaternion.hpp @@ -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 const& d) GLM_DEFAULT; template GLM_CTOR_DECL tdualquat(tdualquat const& d);