Explorar o código

entity: minor changes

Michele Caini %!s(int64=4) %!d(string=hai) anos
pai
achega
2fb039b429
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/entt/entity/entity.hpp

+ 1 - 1
src/entt/entity/entity.hpp

@@ -59,7 +59,7 @@ struct entt_traits<std::uint64_t> {
  * @tparam Type Type of identifier.
  * @tparam Type Type of identifier.
  */
  */
 template<typename Type>
 template<typename Type>
-class entt_traits: private internal::entt_traits<Type> {
+class entt_traits: internal::entt_traits<Type> {
     using base_type = internal::entt_traits<Type>;
     using base_type = internal::entt_traits<Type>;
 
 
 public:
 public: