From 5c83bcad53c1ab55715371884f05eb139459cbb7 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Wed, 26 Oct 2022 04:35:23 +0300 Subject: Fixed typo in the function pointer declaration --- src/adlmidi_midiplay.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/adlmidi_midiplay.hpp') 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; -- cgit v1.2.3