aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVitaly Novichkov <admin@wohlnet.ru>2017-12-24 16:44:23 +0300
committerVitaly Novichkov <admin@wohlnet.ru>2017-12-24 16:44:23 +0300
commitbc7f3dfcd97df7c13261179d71f7b29ff732ab1b (patch)
treeb48df58212547c1255d81e4271566232be53c55e /include
parent9465ef7465175340d2c82646ad7341dd8f88b455 (diff)
downloadlibADLMIDI-bc7f3dfcd97df7c13261179d71f7b29ff732ab1b.tar.gz
libADLMIDI-bc7f3dfcd97df7c13261179d71f7b29ff732ab1b.tar.bz2
libADLMIDI-bc7f3dfcd97df7c13261179d71f7b29ff732ab1b.zip
Remove const from adl_metaMarker() return value
Diffstat (limited to 'include')
-rw-r--r--include/adlmidi.h2
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 */