aboutsummaryrefslogtreecommitdiff
path: root/src/adlmidi_private.hpp
diff options
context:
space:
mode:
authorVitaly Novichkov <admin@wohlnet.ru>2018-06-21 05:01:50 +0300
committerVitaly Novichkov <admin@wohlnet.ru>2018-06-21 05:01:50 +0300
commitf20f618327deba5091a384eb749fd4b4f7c10a2f (patch)
treec1af15b9260aadce457732b3fd2e2ab39aaa469b /src/adlmidi_private.hpp
parent96fef8f4aa43bc60b54e765da20d465a6830e0c7 (diff)
downloadlibADLMIDI-f20f618327deba5091a384eb749fd4b4f7c10a2f.tar.gz
libADLMIDI-f20f618327deba5091a384eb749fd4b4f7c10a2f.tar.bz2
libADLMIDI-f20f618327deba5091a384eb749fd4b4f7c10a2f.zip
Fixed build of MIDI sequencer out of pre-included private ADLMIDI's header
Diffstat (limited to 'src/adlmidi_private.hpp')
-rw-r--r--src/adlmidi_private.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adlmidi_private.hpp b/src/adlmidi_private.hpp
index 446bae0..06d21ab 100644
--- a/src/adlmidi_private.hpp
+++ b/src/adlmidi_private.hpp
@@ -134,7 +134,7 @@ typedef int32_t ssize_t;
#include "file_reader.hpp"
#ifndef ADLMIDI_DISABLE_MIDI_SEQUENCER
-// Rename class to avoid ABI conflicts
+// Rename class to avoid ABI collisions
#define BW_MidiSequencer AdlMidiSequencer
#include "midi_sequencer.hpp"
typedef BW_MidiSequencer MidiSequencer;