Sfoglia il codice sorgente

entity: minor changes

Michele Caini 4 anni fa
parent
commit
2fb039b429
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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.
  */
 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>;
 
 public: