Skip to content

Commit a9a9853

Browse files
committed
sigh_storage_mixin: use entity_type from Type
1 parent af14aa4 commit a9a9853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/entt/entity/storage_mixin.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class sigh_storage_mixin final: public Type {
3939
}
4040
}
4141

42-
basic_iterator try_emplace(const typename basic_registry_type::entity_type entt, const bool force_back, const void *value) final {
42+
basic_iterator try_emplace(const typename Type::entity_type entt, const bool force_back, const void *value) final {
4343
ENTT_ASSERT(owner != nullptr, "Invalid pointer to registry");
4444
Type::try_emplace(entt, force_back, value);
4545
construction.publish(*owner, entt);

0 commit comments

Comments
 (0)