aboutsummaryrefslogtreecommitdiff
path: root/src/midi_sequencer.hpp
diff options
context:
space:
mode:
authorJP Cimalando <jpcima@users.noreply.github.com>2018-07-31 02:31:47 +0200
committerJP Cimalando <jpcima@users.noreply.github.com>2018-07-31 02:31:47 +0200
commite098e4285af6d565d7b603279ec6e9770ce88436 (patch)
treec3bb9838043fed8a682bf071d80c64c53f6150e3 /src/midi_sequencer.hpp
parent626354e6d686d20c43b4d9aa929b85840e6e1015 (diff)
downloadlibADLMIDI-e098e4285af6d565d7b603279ec6e9770ce88436.tar.gz
libADLMIDI-e098e4285af6d565d7b603279ec6e9770ce88436.tar.bz2
libADLMIDI-e098e4285af6d565d7b603279ec6e9770ce88436.zip
fix some warnings
Diffstat (limited to 'src/midi_sequencer.hpp')
-rw-r--r--src/midi_sequencer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/midi_sequencer.hpp b/src/midi_sequencer.hpp
index 2009892..a8cbfac 100644
--- a/src/midi_sequencer.hpp
+++ b/src/midi_sequencer.hpp
@@ -132,7 +132,7 @@ class BW_MidiSequencer
//! [Non-Standard] Loop End point with support of multi-loops
ST_LOOPSTACK_BREAK = 0xE6,//size == 0 <CUSTOM>
//! [Non-Standard] Callback Trigger
- ST_CALLBACK_TRIGGER = 0xE7,//size == 1 <CUSTOM>
+ ST_CALLBACK_TRIGGER = 0xE7//size == 1 <CUSTOM>
};
//! Main type of event
uint8_t type;