entity: minor changes

This commit is contained in:
Michele Caini
2021-10-25 15:27:12 +02:00
parent 4bce5aed77
commit 2fb039b429

View File

@@ -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: