summaryrefslogtreecommitdiffstats
path: root/raul/MIDISink.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/MIDISink.hpp')
-rw-r--r--raul/MIDISink.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/raul/MIDISink.hpp b/raul/MIDISink.hpp
index 23815f6..6d39823 100644
--- a/raul/MIDISink.hpp
+++ b/raul/MIDISink.hpp
@@ -31,7 +31,7 @@ class MIDISink : public Deletable {
public:
virtual void write_event(TimeStamp time,
size_t ev_size,
- const uint8_t* ev) throw (std::logic_error) = 0;
+ const uint8_t* ev) = 0;
};