فهرست منبع

increase code coverage with minimum effort

Michele Caini 7 سال پیش
والد
کامیت
6a09bf2c54
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      test/entt/entity/registry.cpp

+ 2 - 0
test/entt/entity/registry.cpp

@@ -8,6 +8,8 @@
 #include <entt/entity/entt_traits.hpp>
 #include <entt/entity/registry.hpp>
 
+ENTT_SHARED_TYPE(int)
+
 struct listener {
     template<typename Component>
     void incr(entt::registry<> &registry, entt::registry<>::entity_type entity) {