summaryrefslogtreecommitdiff
path: root/libs/evoral/evoral/EventSink.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/evoral/evoral/EventSink.hpp')
-rw-r--r--libs/evoral/evoral/EventSink.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/evoral/evoral/EventSink.hpp b/libs/evoral/evoral/EventSink.hpp
index 3c44095816..11daf1f64e 100644
--- a/libs/evoral/evoral/EventSink.hpp
+++ b/libs/evoral/evoral/EventSink.hpp
@@ -30,7 +30,7 @@ template<typename Time>
class EventSink {
public:
virtual ~EventSink() {}
- virtual uint32_t write(Time time, EventType type, uint32_t size, const uint8_t* buf) = 0;
+ virtual uint32_t write(Time time, EventType type, uint32_t size, const uint8_t* buf) = 0;
};