We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af14aa4 commit a9a9853Copy full SHA for a9a9853
src/entt/entity/storage_mixin.hpp
@@ -39,7 +39,7 @@ class sigh_storage_mixin final: public Type {
39
}
40
41
42
- basic_iterator try_emplace(const typename basic_registry_type::entity_type entt, const bool force_back, const void *value) final {
+ basic_iterator try_emplace(const typename Type::entity_type entt, const bool force_back, const void *value) final {
43
ENTT_ASSERT(owner != nullptr, "Invalid pointer to registry");
44
Type::try_emplace(entt, force_back, value);
45
construction.publish(*owner, entt);
0 commit comments