Browse Source

sparse set: drop redundant access specifier

Michele Caini 1 year ago
parent
commit
47ff28d92d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/entt/entity/sparse_set.hpp

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

@@ -275,7 +275,6 @@ protected:
         packed[pos] = traits_type::combine(static_cast<typename traits_type::entity_type>(std::exchange(head, pos)), tombstone);
         packed[pos] = traits_type::combine(static_cast<typename traits_type::entity_type>(std::exchange(head, pos)), tombstone);
     }
     }
 
 
-protected:
     /**
     /**
      * @brief Erases entities from a sparse set.
      * @brief Erases entities from a sparse set.
      * @param first An iterator to the first element of the range of entities.
      * @param first An iterator to the first element of the range of entities.