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{}; /**