diff options
Diffstat (limited to 'raul/MIDISink.hpp')
-rw-r--r-- | raul/MIDISink.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/raul/MIDISink.hpp b/raul/MIDISink.hpp index d11929a..f65fabe 100644 --- a/raul/MIDISink.hpp +++ b/raul/MIDISink.hpp @@ -24,7 +24,6 @@ namespace Raul { - /** Pure virtual base for anything you can write MIDI to. * \ingroup raul */ @@ -35,7 +34,6 @@ public: const uint8_t* ev) = 0; }; - } // namespace Raul #endif // RAUL_MIDI_SINK_HPP |