瀏覽代碼

Revert "Fix a wrong macro for tdualquat ctor"

This reverts commit 9b15c54c8cab8b8b9a0af495b2791adc12863a83.
Christophe 10 月之前
父節點
當前提交
44c0039c7c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      glm/gtx/dual_quaternion.hpp

+ 1 - 1
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<T, Q> const& d) GLM_DEFAULT;
 		template<qualifier P>
 		GLM_CTOR_DECL tdualquat(tdualquat<T, P> const& d);