From 3b5fab8849f9a7cd3fa6469d3bec04b78784b3ff Mon Sep 17 00:00:00 2001 From: untodesu Date: Sun, 29 Jun 2025 12:04:58 +0500 Subject: Update core/macros.hh --- core/aabb.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/aabb.hh') diff --git a/core/aabb.hh b/core/aabb.hh index 127f90f..fe07060 100644 --- a/core/aabb.hh +++ b/core/aabb.hh @@ -6,7 +6,7 @@ class AABB final { public: - DECLARE_DEFAULT_CTOR(AABB); + DECLARE_DEFAULT_CONSTRUCTOR(AABB); explicit AABB(const glm::fvec3& min, const glm::fvec3& max); virtual ~AABB(void) = default; -- cgit