X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fevoral%2Fevoral%2FEventList.hpp;h=fd9df01377481e8d64127c5721c9e9de72f97a98;hb=94ef2692b895c6979e821811a64c8f4614fb0aac;hp=e1a2679ce7ec827ad8673e6d172cc7e59b60a4eb;hpb=92b9fea3d16c3b40bba79858ef346b9f1cd58f8a;p=ardour.git diff --git a/libs/evoral/evoral/EventList.hpp b/libs/evoral/evoral/EventList.hpp index e1a2679ce7..fd9df01377 100644 --- a/libs/evoral/evoral/EventList.hpp +++ b/libs/evoral/evoral/EventList.hpp @@ -19,6 +19,8 @@ #define EVORAL_EVENT_LIST_HPP #include + +#include "evoral/visibility.h" #include "evoral/EventSink.hpp" #include "evoral/types.hpp" #include "evoral/Event.hpp" @@ -31,7 +33,7 @@ namespace Evoral { * Used when we need an unsorted list of Events that is also an EventSink. Absolutely nothing more. */ template -class EventList : public std::list *>, public Evoral::EventSink