diff --git a/src/entt/signal/dispatcher.hpp b/src/entt/signal/dispatcher.hpp index 423e843d7..aa1a26236 100644 --- a/src/entt/signal/dispatcher.hpp +++ b/src/entt/signal/dispatcher.hpp @@ -118,7 +118,7 @@ class basic_dispatcher { using handler_type = internal::dispatcher_handler; using key_type = id_type; - // std::shared_ptr because of its type erased allocator which is pretty useful here + // std::shared_ptr because of its type erased allocator which is useful here using mapped_type = std::shared_ptr; using alloc_traits = std::allocator_traits;