diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2018-06-21 04:43:55 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2018-06-21 04:43:55 +0300 |
commit | b9304bc1342ccfa645ffb422fbaad1965e64178f (patch) | |
tree | e6af1541ecff3b5acfad51d300a83de59e00e53f /src/midi_sequencer.hpp | |
parent | 51ffa56a7f30679ecb40d76725a94b9c954546a1 (diff) | |
download | libADLMIDI-b9304bc1342ccfa645ffb422fbaad1965e64178f.tar.gz libADLMIDI-b9304bc1342ccfa645ffb422fbaad1965e64178f.tar.bz2 libADLMIDI-b9304bc1342ccfa645ffb422fbaad1965e64178f.zip |
Second attempt to fix Windows build
Diffstat (limited to 'src/midi_sequencer.hpp')
-rw-r--r-- | src/midi_sequencer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |