Fix the case of jump-to-next-Subdivision
[ardour.git] / libs / evoral / evoral / EventSink.hpp
index 59ae3803ec8c592fddaf4bedd43ddcf1fa79c4b4..fa8b2ef05f7cf134e0cf68c66a79f4a28fba6b1b 100644 (file)
@@ -27,7 +27,7 @@ namespace Evoral {
 /** Pure virtual base for anything you can write events to.
  */
 template<typename Time>
-class LIBEVORAL_API EventSink {
+class /*LIBEVORAL_API*/ EventSink {
 public:
        virtual ~EventSink() {}
        virtual uint32_t write(Time time, EventType type, uint32_t size, const uint8_t* buf) = 0;