From a40049355a51783e1f3ca79f42107a96642b2a00 Mon Sep 17 00:00:00 2001 From: Nikolay Chirkov <11627523+NikolayChirkov@users.noreply.github.com> Date: Wed, 20 May 2026 15:12:53 +0300 Subject: [PATCH] Fix CurrentVersion type definition in obj.h TODO: test with no ae namespace --- aether/obj/obj.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aether/obj/obj.h b/aether/obj/obj.h index 7c127769..ae849d2b 100644 --- a/aether/obj/obj.h +++ b/aether/obj/obj.h @@ -89,7 +89,7 @@ struct ObjectIndex>> { static constexpr std::uint32_t kClassId = CLASS_ID; \ static constexpr std::uint32_t kBaseClassId = BASE_CLASS_ID; \ static constexpr std::uint32_t kVersion = VERSION; \ - using CurrentVersion = Version; \ + using CurrentVersion = ae::Version; \ static constexpr CurrentVersion kCurrentVersion{}; /**