diff options
Diffstat (limited to 'core/aabb.hh')
| -rw-r--r-- | core/aabb.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
