X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fevoral%2Fevoral%2FMIDIEvent.hpp;h=00e8577cda76e3406e28c1a26f5d26a8c6065b20;hb=c8c6bca6587450ff64303dbc994a4cd28d6ce7aa;hp=79d013e00fce26faebb6ae4cf12ae85f6f089099;hpb=60e6b5d561db1ebcc15dd48f49350daa487e248a;p=ardour.git diff --git a/libs/evoral/evoral/MIDIEvent.hpp b/libs/evoral/evoral/MIDIEvent.hpp index 79d013e00f..00e8577cda 100644 --- a/libs/evoral/evoral/MIDIEvent.hpp +++ b/libs/evoral/evoral/MIDIEvent.hpp @@ -21,8 +21,11 @@ #include #include + +#include "evoral/visibility.h" #include "evoral/Event.hpp" #include "evoral/midi_events.h" + #ifdef EVORAL_MIDI_XML class XMLNode; #endif @@ -31,12 +34,13 @@ namespace Evoral { /** MIDI helper functions for an Event. * - * This class contains no data, an event can be cast to a MIDIEvent - * but the application must make sure the event actually contains + * This class contains no data, an Evoral::Event can be cast to a MIDIEvent + * but the application must make sure the Event actually contains * valid MIDI data for these functions to make sense. */ template -struct MIDIEvent : public Event