remove reference "const int32_t&" -> const int32_t"
[ardour.git] / libs / ardour / ardour / automatable_sequence.h
index 82a1d367e8c75e2d1d1047f690afe4334e539014..0d3871eb17879f13cb8d0f796cbc9edebfd6c7d3 100644 (file)
 
 #include "evoral/Sequence.hpp"
 #include "ardour/automatable.h"
+#include "ardour/event_type_map.h"
 
 namespace ARDOUR {
 
 /** Contains notes and controllers */
 template<typename T>
-class LIBARDOUR_API AutomatableSequence : public Automatable, public Evoral::Sequence<T> {
+class /*LIBARDOUR_API*/ AutomatableSequence : public Automatable, public Evoral::Sequence<T> {
 public:
        AutomatableSequence(Session& s)
                : Evoral::ControlSet()