storage: minor change to suppress doc warning

This commit is contained in:
skypjack
2026-03-19 19:20:37 +01:00
parent e099db8e15
commit eec10a861e

View File

@@ -891,7 +891,7 @@ public:
*
* @param entt A valid identifier.
*/
auto emplace(const entity_type entt, const auto &...) {
void emplace(const entity_type entt, const auto &...) {
base_type::try_emplace(entt, false);
}