diff --git a/test/common/registry.h b/test/common/registry.h index 81d530b92..68fa6daa5 100644 --- a/test/common/registry.h +++ b/test/common/registry.h @@ -5,7 +5,7 @@ namespace test { -template +template struct custom_registry: private entt::basic_registry { using base_type = entt::basic_registry; diff --git a/test/entt/entity/component.cpp b/test/entt/entity/component.cpp index bc793d39e..7b012b51b 100644 --- a/test/entt/entity/component.cpp +++ b/test/entt/entity/component.cpp @@ -34,7 +34,7 @@ struct entt::component_traits +template struct entt::component_traits { using entity_type = Entity; using element_type = ComponentBase::traits_based;