diff options
Diffstat (limited to 'raul/MIDISink.hpp')
-rw-r--r-- | raul/MIDISink.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/raul/MIDISink.hpp b/raul/MIDISink.hpp index 6955911..e30dad2 100644 --- a/raul/MIDISink.hpp +++ b/raul/MIDISink.hpp @@ -29,9 +29,9 @@ namespace Raul { */ class MIDISink : public Deletable { public: - virtual void write_event(BeatTime time, - size_t ev_size, - const unsigned char* ev) throw (std::logic_error) = 0; + virtual void write_event(BeatTime time, + size_t ev_size, + const uint8_t* ev) throw (std::logic_error) = 0; }; |