From b9304bc1342ccfa645ffb422fbaad1965e64178f Mon Sep 17 00:00:00 2001 From: Vitaly Novichkov Date: Thu, 21 Jun 2018 04:43:55 +0300 Subject: Second attempt to fix Windows build --- src/midi_sequencer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/midi_sequencer.hpp') diff --git a/src/midi_sequencer.hpp b/src/midi_sequencer.hpp index 370068b..a8e04d0 100644 --- a/src/midi_sequencer.hpp +++ b/src/midi_sequencer.hpp @@ -351,7 +351,7 @@ public: * @brief Sets the RT interface * @param interface Pre-Initialized interface structure (pointer will be taken) */ - void setInterface(const BW_MidiRtInterface *interface); + void setInterface(const BW_MidiRtInterface *intrf); /** * @brief Returns file format type of currently loaded file -- cgit v1.2.3