diff --git a/core/AmEventQueue.h b/core/AmEventQueue.h index 0790163d..00542d06 100644 --- a/core/AmEventQueue.h +++ b/core/AmEventQueue.h @@ -61,7 +61,7 @@ class AmEventNotificationSink */ class AmEventQueue : public AmEventQueueInterface, - public atomic_ref_cnt + virtual public atomic_ref_cnt { protected: AmEventHandler* handler;