mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
fix if/endif in MIDIManager header
This commit is contained in:
parent
171660ded7
commit
286d50f4f2
1 changed files with 1 additions and 3 deletions
|
@ -18,9 +18,7 @@
|
|||
#include <MIDIEvent.h>
|
||||
|
||||
#ifdef HAVE_RTMIDI
|
||||
|
||||
#include <RtMidi.h>
|
||||
|
||||
#endif
|
||||
|
||||
class MIDIManager : public QObject {
|
||||
|
@ -50,7 +48,7 @@ signals:
|
|||
private:
|
||||
#ifdef HAVE_RTMIDI
|
||||
RtMidiIn* _midiInput;
|
||||
#endif HAVE_RTMIDI
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue