From 74136695f88ded34f1413b546ad1b0699404bfe8 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Tue, 19 Feb 2019 18:32:49 +0000 Subject: [PATCH] Fix erasing event subscribers erasing all with the same priority. --- include/event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/event.h b/include/event.h index 1bcb0a5ed..92bb4ffec 100644 --- a/include/event.h +++ b/include/event.h @@ -39,7 +39,7 @@ class Events::ModuleEventProvider : public ServiceProvider, private dynamic_refe bool operator()(ModuleEventListener* one, ModuleEventListener* two) const; }; - typedef insp::flat_multiset SubscriberList; + typedef insp::flat_multiset > SubscriberList; /** Constructor * @param mod Module providing the event(s) -- 2.39.2