diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/adlmidi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/adlmidi.h b/include/adlmidi.h index 29e2fab..62d598e 100644 --- a/include/adlmidi.h +++ b/include/adlmidi.h @@ -189,7 +189,7 @@ struct Adl_MarkerEntry extern size_t adl_metaMarkerCount(struct ADL_MIDIPlayer *device); /*Returns the marker entry*/ -extern const struct Adl_MarkerEntry adl_metaMarker(struct ADL_MIDIPlayer *device, size_t index); +extern struct Adl_MarkerEntry adl_metaMarker(struct ADL_MIDIPlayer *device, size_t index); /*Take a sample buffer and iterate MIDI timers */ |