X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fevoral%2Fevoral%2FMIDIEvent.hpp;h=1ce70747883ccd186a6cf8ad9b433f106e71e4df;hb=d6691a80e97ba6edf0d324f24a64cae581575a95;hp=bfda8e39d255e8881a660338cb2ddac485822bfe;hpb=bffe0c4f9825b9609acba67dd574d895aa619b66;p=ardour.git diff --git a/libs/evoral/evoral/MIDIEvent.hpp b/libs/evoral/evoral/MIDIEvent.hpp index bfda8e39d2..1ce7074788 100644 --- a/libs/evoral/evoral/MIDIEvent.hpp +++ b/libs/evoral/evoral/MIDIEvent.hpp @@ -1,5 +1,5 @@ /* This file is part of Evoral. - * Copyright (C) 2008 Dave Robillard + * Copyright (C) 2008 David Robillard * Copyright (C) 2000-2008 Paul Davis * * Evoral is free software; you can redistribute it and/or modify it under the @@ -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