aboutsummaryrefslogtreecommitdiff
path: root/src/adlmidi_midiplay.hpp
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2022-10-26 04:35:23 +0300
committerWohlstand <admin@wohlnet.ru>2022-10-26 04:35:23 +0300
commit5c83bcad53c1ab55715371884f05eb139459cbb7 (patch)
treefe4b0da110ac1269700d6f58406455fc55c629ad /src/adlmidi_midiplay.hpp
parent75608c77c064bfc5ad7bb6d378b46b104ee2a976 (diff)
downloadlibADLMIDI-5c83bcad53c1ab55715371884f05eb139459cbb7.tar.gz
libADLMIDI-5c83bcad53c1ab55715371884f05eb139459cbb7.tar.bz2
libADLMIDI-5c83bcad53c1ab55715371884f05eb139459cbb7.zip
Fixed typo in the function pointer declaration
Diffstat (limited to 'src/adlmidi_midiplay.hpp')
-rw-r--r--src/adlmidi_midiplay.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/adlmidi_midiplay.hpp b/src/adlmidi_midiplay.hpp
index 5208f7b..cf0bb1a 100644
--- a/src/adlmidi_midiplay.hpp
+++ b/src/adlmidi_midiplay.hpp
@@ -51,9 +51,9 @@ struct MIDIEventHooks
void *onNote_userData;
// Loop start/end hooks
- ASL_LoopPointHook onLoopStart;
+ ADL_LoopPointHook onLoopStart;
void *onLoopStart_userData;
- ASL_LoopPointHook onLoopEnd;
+ ADL_LoopPointHook onLoopEnd;
void *onLoopEnd_userData;